0_0_14801715_28253.c:1:11: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_14801715_28253.c: In function 'main':
0_0_14801715_28253.c:5:2: error: unknown type name '__int64'
__int64 f[36];
^
0_0_14801715_28253.c:9:24: error: 'EOF' undeclared (first use in this function)
while(scanf("%d",&N)!=EOF)
^
0_0_14801715_28253.c:9:24: note: each undeclared identifier is reported only once for each function it appears in
0_0_14801715_28253.c:13:2: error: expected declaration or statement at end of input
return 0;
^
|