0_0_28848549_28078.cpp:1:28: error: stray '#' in program
<code class=" hljs axapta">#include<cstdio>
^
0_0_28848549_28078.cpp:1:1: error: expected unqualified-id before '<' token
<code class=" hljs axapta">#include<cstdio>
^
0_0_28848549_28078.cpp: In function 'int main()':
0_0_28848549_28078.cpp:36:18: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_28848549_28078.cpp:44:26: error: 'printf' was not declared in this scope
printf("%d\n",ans);
^
|