0_0_38393809_25863.cpp:7:1: error: 'vector' does not name a type
vector<int>v[5];
^
0_0_38393809_25863.cpp: In function 'void Before()':
0_0_38393809_25863.cpp:21:6: error: 'i' was not declared in this scope
rep(i,5){
^
0_0_38393809_25863.cpp:21:9: error: 'rep' was not declared in this scope
rep(i,5){
^
0_0_38393809_25863.cpp: In function 'int F(int, int, int)':
0_0_38393809_25863.cpp:33:22: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));
^
0_0_38393809_25863.cpp:38:3: error: 'cin' was not declared in this scope
cin >> x >> y;
^
0_0_38393809_25863.cpp:44:14: error: 'v' was not declared in this scope
return (int)v[m].size();
^
0_0_38393809_25863.cpp: In function 'void slove()':
0_0_38393809_25863.cpp:49:8: error: 'cin' was not declared in this scope
while(cin >> n >> m >> q){
^
0_0_38393809_25863.cpp:53:8: error: 'now' was not declared in this scope
rep(now,z){
^
0_0_38393809_25863.cpp:53:13: error: 'rep' was not declared in this scope
rep(now,z){
^
0_0_38393809_25863.cpp:98:7: error: 'a' was not declared in this scope
rep(a,z)rep(b,z)rep(c,z)rep(d,z)ans = max(ans,f[n][a][b][c][d]);
^
0_0_38393809_25863.cpp:98:10: error: 'rep' was not declared in this scope
rep(a,z)rep(b,z)rep(c,z)rep(d,z)ans = max(ans,f[n][a][b][c][d]);
^
0_0_38393809_25863.cpp:99:3: error: 'over' was not declared in this scope
over;
^
0_0_38393809_25863.cpp: In function 'int main()':
0_0_38393809_25863.cpp:104:2: error: 'IOS' was not declared in this scope
IOS;
^
|