0_0_21474717_2249.cpp: In function 'int main()':
0_0_21474717_2249.cpp:5:5: error: 'intt' was not declared in this scope
intt,b,i,flag,n;
^
0_0_21474717_2249.cpp:5:10: error: 'b' was not declared in this scope
intt,b,i,flag,n;
^
0_0_21474717_2249.cpp:5:12: error: 'i' was not declared in this scope
intt,b,i,flag,n;
^
0_0_21474717_2249.cpp:5:14: error: 'flag' was not declared in this scope
intt,b,i,flag,n;
^
0_0_21474717_2249.cpp:5:19: error: 'n' was not declared in this scope
intt,b,i,flag,n;
^
0_0_21474717_2249.cpp:6:5: error: 'chara' was not declared in this scope
chara[1000];
^
0_0_21474717_2249.cpp:7:17: error: 't' was not declared in this scope
scanf("%d",&t);
^
0_0_21474717_2249.cpp:12:22: error: 'a' was not declared in this scope
scanf("%s %d",a,&b);
^
0_0_21474717_2249.cpp:27:5: error: 'return0' was not declared in this scope
return0;
^
|