Problem dayum
User gisellariddlemorozova834
Submission Time 2025-06-20 13:27:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:7: error: ‘N’ was not declared in this scope
7 | if (N = 16) {
| ^
dayum.cpp:9:8: error: ‘N’ was not declared in this scope
9 | } if (N = 17) {
| ^
dayum.cpp:11:8: error: ‘N’ was not declared in this scope
11 | } if (N = 18) {
| ^
dayum.cpp:13:8: error: ‘N’ was not declared in this scope
13 | } if (N = 19) {
| ^
dayum.cpp:14:14: error: expected ‘;’ before ‘}’ token
14 | cout << "4"
| ^
| ;
15 | } if (N = 20) {
| ~
dayum.cpp:15:8: error: ‘N’ was not declared in this scope
15 | } if (N = 20) {
| ^
dayum.cpp:16:14: error: expected ‘;’ before ‘}’ token
16 | cout << "5"
| ^
| ;
17 | }
| ~