IP屬地:廣東
On the third day of the morning class, the classmate couldn't help asking me: "Why are ...
include<iostream> using namespace std;int main(){int n,s=1;cin>>n;//輸入整數(shù)nfor(int i=1;i<...
#include int main() { int n,i,a,s; scanf("%d",&n);//讀取n的值 for(i=0;i<n;i++);//循環(huán)n次...