Problem | motest3 |
---|---|
User | Dolphy |
Submission Time | 2024-04-01 12:53:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:26:3: error: ‘gp_hash_table’ was not declared in this scope
26 | gp_hash_table<int,int> s;
| ^~~~~~~~~~~~~
motest3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
motest3.cpp:26:17: note: in expansion of macro ‘int’
26 | gp_hash_table<int,int> s;
| ^~~
motest3.cpp:29:4: error: ‘s’ was not declared in this scope
29 | s[r]=1;
| ^
motest3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
motest3.cpp:32:18: note: in expansion of macro ‘int’
32 | gp_hash_table<int,int> ss;
| ^~~
motest3.cpp:35:4: error: ‘ss’ was not declared in this scope
35 | ss[r]=1;
| ^~
motest3.cpp:38:7: error: ‘s’ was not declared in this scope
38 |