Problem | sumint |
---|---|
User | Stefan |
Submission Time | 2025-02-21 20:59:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
sumint.cpp:9:2: note: in expansion of macro ‘int’
9 | int days = 30
| ^~~