Problem reinforcement
User IyasM
Submission Time 2025-12-01 14:06:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reinforcement.cpp: In function ‘int main()’:
reinforcement.cpp:3:2: error: ‘ios’ has not been declared
3 | ios::sync_with_stdio(0);
| ^~~
reinforcement.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin.tie(0);
| ^~~
reinforcement.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout <<;
| ^~~~
reinforcement.cpp:6:9: error: expected primary-expression before ‘;’ token
6 | cout <<;
| ^