| Problem | eelimination |
|---|---|
| User | popperoni |
| Submission Time | 2023-10-16 17:13:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eelimination.cpp:4:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
4 | ios::sync_with_stdio(0);
| ^~~
eelimination.cpp:5:1: error: ‘cin’ does not name a type
5 | cin.tie(0)
| ^~~