| Problem | motest3 | 
|---|---|
| User | Mimikyu | 
| Submission Time | 2025-01-25 14:23:31 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:27:3: error: ‘gp_hash_table’ was not declared in this scope
   27 |   gp_hash_table<int,int> s;
      |   ^~~~~~~~~~~~~
motest3.cpp:3:13: error: expected primary-expression before ‘long’
    3 | #define int long long
      |             ^~~~
motest3.cpp:27:17: note: in expansion of macro ‘int’
   27 |   gp_hash_table<int,int> s;
      |                 ^~~
motest3.cpp:30:4: error: ‘s’ was not declared in this scope
   30 |    s[r]=1;
      |    ^
motest3.cpp:3:13: error: expected primary-expression before ‘long’
    3 | #define int long long
      |             ^~~~
motest3.cpp:33:18: note: in expansion of macro ‘int’
   33 |    gp_hash_table<int,int> ss;
      |                  ^~~
motest3.cpp:36:4: error: ‘ss’ was not declared in this scope
   36 |    ss[r]=1;
      |    ^~
motest3.cpp:39:7: error: ‘s’ was not declared in this scope
   39 |