0_0_13276075_3351.cpp:1:25: error: stray '#' in program
<code class=" hljs cpp">#include <cstdio>
^
0_0_13276075_3351.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13276075_3351.cpp:1:1: error: expected unqualified-id before '<' token
<code class=" hljs cpp">#include <cstdio>
^
0_0_13276075_3351.cpp: In function 'int main()':
0_0_13276075_3351.cpp:23:24: error: 'scanf' was not declared in this scope
while(scanf("%d",&n) != EOF) {
^
0_0_13276075_3351.cpp:23:29: error: 'EOF' was not declared in this scope
while(scanf("%d",&n) != EOF) {
^
0_0_13276075_3351.cpp:28:23: error: 'sort' was not declared in this scope
sort(s,s+n,cmp);
^
0_0_13276075_3351.cpp:29:62: error: 'printf' was not declared in this scope
for(int i = 0 ; i < n-1 ; i ++) printf("%d ",s[i].num);
^
0_0_13276075_3351.cpp:30:33: error: 'printf' was not declared in this scope
printf("%d\n",s[n-1].num);
^
0_0_13276075_3351.cpp: At global scope:
0_0_13276075_3351.cpp:33:2: error: expected unqualified-id before '<' token
}</algorithm></cstdio></code>
^
|