Problem dayum
User god
Submission Time 2025-06-20 12:39:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int32_t main()’:
dayum.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
dayum.cpp:11:6: note: in expansion of macro ‘int’
11 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ^~~
dayum.cpp:11:6: error: expected ‘)’ before ‘long’
11 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ~^
| )
dayum.cpp:13:3: error: expected ‘)’ before ‘else’
13 | } else {
| ^~~~~
| )
dayum.cpp:11:4: note: to match this ‘(’
11 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ^