| Problem | motest3 | 
|---|---|
| User | Mimikyu | 
| Submission Time | 2024-04-06 09:03:35 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 motest3.cpp: In function ‘int main()’:
motest3.cpp:5:3: error: ‘ios_base’ has not been declared
    5 |   ios_base::sync_with_stdio(0);
      |   ^~~~~~~~
motest3.cpp:6:3: error: ‘cin’ was not declared in this scope
    6 |   cin.tie(0);
      |   ^~~
motest3.cpp:7:3: error: ‘cout’ was not declared in this scope
    7 |   cout.tie(0);
      |   ^~~~
motest3.cpp:13:18: error: ‘swap’ was not declared in this scope
   13 |       if (a < b) swap(a, b);
      |                  ^~~~
motest3.cpp:22:11: error: ‘swap’ was not declared in this scope
   22 |   if(a>b) swap(a,b);
      |           ^~~~
motest3.cpp:23:3: error: ‘gp_hash_table’ was not declared in this scope
   23 |   gp_hash_table<int,int> s;
      |   ^~~~~~~~~~~~~
motest3.cpp:23:17: error: expected primary-expression before ‘int’
   23 |   gp_hash_table<int,int> s;
      |                 ^~~
motest3.cpp:26:4: error: ‘s’ was not declared in this