| Problem | snacks |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-19 19:39:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp:3:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
3 | ios::sync_with_stdio(false);
| ^~~
snacks.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(nullptr);
| ^~~
| sin