Problem | motest3 |
---|---|
User | Dolphy |
Submission Time | 2024-04-01 09:22:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:23:3: error: ‘gp_hash_table’ was not declared in this scope
23 | gp_hash_table<int,int> s;
| ^~~~~~~~~~~~~
motest3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
motest3.cpp:23:17: note: in expansion of macro ‘int’
23 | gp_hash_table<int,int> s;
| ^~~
motest3.cpp:25:3: error: ‘for0’ was not declared in this scope
25 | for0(b){
| ^~~~
motest3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
motest3.cpp:29:18: note: in expansion of macro ‘int’
29 | gp_hash_table<int,int> ss;
| ^~~
motest3.cpp:35:7: error: ‘s’ was not declared in this scope
35 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
| ^
motest3.cpp:35:24: erro