Problem | motest3 |
---|---|
User | lHog |
Submission Time | 2024-05-13 09:04:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:25:3: error: ‘gp_hash_table’ was not declared in this scope
25 | gp_hash_table<int,int> s;
| ^~~~~~~~~~~~~
motest3.cpp:25:17: error: expected primary-expression before ‘int’
25 | gp_hash_table<int,int> s;
| ^~~
motest3.cpp:28:4: error: ‘s’ was not declared in this scope
28 | s[r]=1;
| ^
motest3.cpp:31:18: error: expected primary-expression before ‘int’
31 | gp_hash_table<int,int> ss;
| ^~~
motest3.cpp:34:4: error: ‘ss’ was not declared in this scope
34 | ss[r]=1;
| ^~
motest3.cpp:37:7: error: ‘s’ was not declared in this scope
37 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
| ^
motest3.cpp:37:24: error: ‘ss’ was not declared in this scope
37 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
|