Problem dayum
User AliLam
Submission Time 2025-06-20 12:38:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:2:2: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
dayum.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
dayum.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout.tie(0);
| ^~~~