0_0_35584278_30935.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_35584278_30935.cpp: In function 'int main()':
0_0_35584278_30935.cpp:9:17: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_35584278_30935.cpp:25:30: error: 'printf' was not declared in this scope
printf("Yes\n");
^
0_0_35584278_30935.cpp:29:29: error: 'printf' was not declared in this scope
printf("No\n");
^
0_0_35584278_30935.cpp:39:24: error: expected primary-expression before '/' token
for(i=0;i<</span>a;i++)
^
0_0_35584278_30935.cpp:39:25: error: 'span' was not declared in this scope
for(i=0;i<</span>a;i++)
^
0_0_35584278_30935.cpp:45:30: error: 'printf' was not declared in this scope
printf("Yes\n");
^
0_0_35584278_30935.cpp:49:29: error: 'printf' was not declared in this scope
printf("No\n");
^
0_0_35584278_30935.cpp:55:5: error: 'return0' was not declared in this scope
return0;
^
|