0_0_17201862_19405.cpp:63:2: error: stray '#' in program
}#include<cstdio>
^
0_0_17201862_19405.cpp:112:2: error: stray '#' in program
}#include<cstdio>
^
0_0_17201862_19405.cpp:63:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_17201862_19405.cpp:73:13: error: conflicting declaration 'int dp [40010]'
int dp[40010];
^
0_0_17201862_19405.cpp:10:5: note: previous declaration as 'int dp [10010]'
int dp[10010];
^
0_0_17201862_19405.cpp: In function 'int main()':
0_0_17201862_19405.cpp:85:5: error: redefinition of 'int main()'
int main(){
^
0_0_17201862_19405.cpp:14:5: note: 'int main()' previously defined here
int main()
^
0_0_17201862_19405.cpp: At global scope:
0_0_17201862_19405.cpp:112:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_17201862_19405.cpp:118:16: error: conflicting declaration 'long long int dp [1010]'
__int64 dp[1010];
^
0_0_17201862_19405.cpp:10:5: note: previous declaration as 'int dp [10010]'
int dp[10010];
^
0_0_17201862_19405.cpp: In function 'int main()':
0_0_17201862_19405.cpp:126:5: error: redefinition of 'int main()'
int main(){
^
0_0_17201862_19405.cpp:14:5: note: 'int main()' previously defined here
int main()
^
|