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

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
dayum.cpp:7:2: note: in expansion of macro ‘int’
7 | int (N >= 16);
| ^~~
dayum.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
dayum.cpp:8:2: note: in expansion of macro ‘int’
8 | int (N <= 20);
| ^~~
dayum.cpp:9:7: error: ‘N’ was not declared in this scope
9 | if (N = 16) {
| ^
dayum.cpp:11:8: error: ‘N’ was not declared in this scope
11 | } if (N = 17) {
| ^
dayum.cpp:13:8: error: ‘N’ was not declared in this scope
13 | } if (N = 18) {
| ^
dayum.cpp:15:8: error: ‘N’ was not declared in this scope
15 | } if (N = 19) {
| ^
dayum.cpp:17:8: error: ‘N’ was not declared in this scope
17 | } i