| Problem | twomeals |
|---|---|
| User | nzx |
| Submission Time | 2025-12-09 15:54:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
twomeals.cpp: In function ‘int main()’:
twomeals.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
twomeals.cpp:36:20: note: in expansion of macro ‘int’
36 | ans = max(ans, int(0));
| ^~~