0_0_16394008_1951.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394008_1951.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394008_1951.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394008_1951.cpp: In function 'int change(int, int, int, int)':
0_0_16394008_1951.cpp:16:12: error: 'x0' was not declared in this scope
if(x0||x=n||y0||y=n) break;
^
0_0_16394008_1951.cpp:16:21: error: 'y0' was not declared in this scope
if(x0||x=n||y0||y=n) break;
^
0_0_16394008_1951.cpp: In function 'int main()':
0_0_16394008_1951.cpp:37:25: error: 'scanf' was not declared in this scope
while(~scanf("%d",&n),n)
^
0_0_16394008_1951.cpp:39:17: error: 'in' was not declared in this scope
for(i=0;in;i++)
^
0_0_16394008_1951.cpp:42:17: error: 'in' was not declared in this scope
for(i=0;in;i++)
^
0_0_16394008_1951.cpp:44:21: error: 'jn' was not declared in this scope
for(j=0;jn;j++)
^
0_0_16394008_1951.cpp:47:29: error: 'k8' was not declared in this scope
for(int k=0;k8;k++)
^
0_0_16394008_1951.cpp:56:24: error: 'kkMax' was not declared in this scope
if(kkMax) Max=kk;
^
0_0_16394008_1951.cpp:60:26: error: 'printf' was not declared in this scope
printf("%d\n",Max);
^
|