Problem dayum
User sharelletqx
Submission Time 2026-03-07 10:42:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int n;
| ^~~
dayum.cpp:8:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin>>n;
| ^
| yn