Problem veryeasyproblem
User WinsonChauu
Submission Time 2025-02-11 20:52:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
......
5 | int32_t main(){
| ~~~~~~~
veryeasyproblem.cpp: In function ‘int32_t main()’:
veryeasyproblem.cpp:6:12: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^