Problem | hacked |
---|---|
User | crazy0215 |
Submission Time | 2024-12-11 16:42:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hacked.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
hacked.cpp:4:9: error: ‘pair’ does not name a type
4 | typedef pair<int, int> ii;
| ^~~~
hacked.cpp: In function ‘int main()’:
hacked.cpp:7:5: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
hacked.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin.tie(0); cout.tie(0);
| ^~~
hacked.cpp:8:17: error: ‘cout’ was not declared in this scope
8 | cin.tie(0); cout.tie(0);
| ^~~~