我是小白,请帮我
#include <iostream> using namespace std;
int main()
{
int a;
int b;
b=1;
printf ("234567");
system ("pause");
cin>>a;
if(a="1") then
printf ("2");
return 0;
else
while(b>10)
{
system ("pause");
printf("12345");
}
}
2019-10-15 18:17
2019-10-15 18:48
2019-10-15 21:02

2019-10-16 08:21
2019-11-09 21:50
2020-01-30 10:43