Problem | dayum |
---|---|
User | god |
Submission Time | 2025-06-20 12:39:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int32_t main()’:
dayum.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
dayum.cpp:13:6: note: in expansion of macro ‘int’
13 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ^~~
dayum.cpp:13:6: error: expected ‘)’ before ‘long’
13 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ~^
| )
dayum.cpp:15:3: error: expected ‘)’ before ‘else’
15 | } else {
| ^~~~~
| )
dayum.cpp:13:4: note: to match this ‘(’
13 | if((int(day) - 15) <= 5 && (int(day) - 15) >= 1) {
| ^