Problem motest3
User lHog
Submission Time 2024-04-12 14:19:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:24:3: error: ‘gp_hash_table’ was not declared in this scope
24 | gp_hash_table<int,int> s;
| ^~~~~~~~~~~~~
motest3.cpp:24:17: error: expected primary-expression before ‘int’
24 | gp_hash_table<int,int> s;
| ^~~
motest3.cpp:27:4: error: ‘s’ was not declared in this scope
27 | s[r]=1;
| ^
motest3.cpp:30:18: error: expected primary-expression before ‘int’
30 | gp_hash_table<int,int> ss;
| ^~~
motest3.cpp:33:4: error: ‘ss’ was not declared in this scope
33 | ss[r]=1;
| ^~
motest3.cpp:36:7: error: ‘s’ was not declared in this scope
36 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
| ^
motest3.cpp:36:24: error: ‘ss’ was not declared in this scope
36 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
|