0_0_32324421_26849.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_32324421_26849.cpp: In function 'int main()':
0_0_32324421_26849.cpp:7:23: error: 'val' was not declared in this scope
while(scanf("%d",&val[0][n=1])!=EOF)
^
0_0_32324421_26849.cpp:7:34: error: 'scanf' was not declared in this scope
while(scanf("%d",&val[0][n=1])!=EOF)
^
0_0_32324421_26849.cpp:7:37: error: 'EOF' was not declared in this scope
while(scanf("%d",&val[0][n=1])!=EOF)
^
0_0_32324421_26849.cpp:9:23: error: 'getchar' was not declared in this scope
while(getchar()!='\n')
^
0_0_32324421_26849.cpp:15:13: error: 'f' was not declared in this scope
f[0][i]=f[1][i]=-1;
^
0_0_32324421_26849.cpp:16:13: error: 'f' was not declared in this scope
cur=f[0][0]=ans=0;
^
0_0_32324421_26849.cpp:40:26: error: 'printf' was not declared in this scope
printf("%d\n",ans);
^
|