Problem dayum
User avinash
Submission Time 2025-06-20 13:03:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> N;
| ^~~
dayum.cpp:8:6: error: ‘N’ was not declared in this scope
8 | if (N >= 16 && N <= 20) {
| ^
dayum.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
dayum.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^