Problem motest3
User eulerleonhardfan
Submission Time 2024-04-01 08:00:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:42:3: error: ‘gp_hash_table’ was not declared in this scope
42 | gp_hash_table<int,int> s;
| ^~~~~~~~~~~~~
motest3.cpp:14:13: error: expected primary-expression before ‘long’
14 | #define int long long
| ^~~~
motest3.cpp:42:17: note: in expansion of macro ‘int’
42 | gp_hash_table<int,int> s;
| ^~~
motest3.cpp:44:3: error: ‘for0’ was not declared in this scope
44 | for0(b){
| ^~~~
motest3.cpp:14:13: error: expected primary-expression before ‘long’
14 | #define int long long
| ^~~~
motest3.cpp:48:18: note: in expansion of macro ‘int’
48 | gp_hash_table<int,int> ss;
| ^~~
motest3.cpp:54:7: error: ‘s’ was not declared in this scope
54 | if((s.size()==b-1 && ss.size()==a-1) || a==b | a==1){
| ^
motest3.cpp:54:24: er