Problem | dayum |
---|---|
User | AliLam |
Submission Time | 2025-06-20 12:35:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:2:1: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
dayum.cpp:3:4: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
dayum.cpp:4:4: error: ‘cout’ was not declared in this scope
4 | cout.tie(0);
| ^~~~