c++问题,VS2010环境
#include<iostream>#include<windows.h>#include<string>usingnamespacestd;voidmain(){int...
#include<iostream>
#include<windows.h>
#include<string>
using namespace std;
void main(){
int m,n;
cin>>m;
for(n=m;n--;)
cout<<string(m,'@')<<endl;
system("pause");
}
for语句n--后不加;会报错为什么 展开
#include<windows.h>
#include<string>
using namespace std;
void main(){
int m,n;
cin>>m;
for(n=m;n--;)
cout<<string(m,'@')<<endl;
system("pause");
}
for语句n--后不加;会报错为什么 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询