0_0_38393552_23662.cpp:6:1: error: 'vector' does not name a type
vector<int>v[5];
^
0_0_38393552_23662.cpp: In function 'void Before()':
0_0_38393552_23662.cpp:20:6: error: 'i' was not declared in this scope
rep(i,5){
^
0_0_38393552_23662.cpp:20:9: error: 'rep' was not declared in this scope
rep(i,5){
^
0_0_38393552_23662.cpp: In function 'int F(int, int, int)':
0_0_38393552_23662.cpp:32:22: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));
^
0_0_38393552_23662.cpp:37:3: error: 'cin' was not declared in this scope
cin >> x >> y;
^
0_0_38393552_23662.cpp:43:14: error: 'v' was not declared in this scope
return (int)v[m].size();
^
0_0_38393552_23662.cpp: In function 'void slove()':
0_0_38393552_23662.cpp:48:8: error: 'cin' was not declared in this scope
while(cin >> n >> m >> q){
^
0_0_38393552_23662.cpp:55:9: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:55:14: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:102:9: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:102:14: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:137:9: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:137:14: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:161:9: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:161:14: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:171:9: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:171:14: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393552_23662.cpp:181:7: error: 'a' was not declared in this scope
rep(a,z)rep(b,z)rep(c,z)rep(d,z)rep(e,z)ans = max(ans,f[now][a][b][c][d][e]);
^
0_0_38393552_23662.cpp:181:10: error: 'rep' was not declared in this scope
rep(a,z)rep(b,z)rep(c,z)rep(d,z)rep(e,z)ans = max(ans,f[now][a][b][c][d][e]);
^
0_0_38393552_23662.cpp:182:3: error: 'over' was not declared in this scope
over;
^
0_0_38393552_23662.cpp: In function 'int main()':
0_0_38393552_23662.cpp:187:2: error: 'IOS' was not declared in this scope
IOS;
^
|