| Problem | japan2026 |
|---|---|
| User | abdullahmazlan13 |
| Submission Time | 2026-06-23 09:43:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
japan2026.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
japan2026.cpp:5:1: note: in expansion of macro ‘int’
5 | int main(
| ^~~
japan2026.cpp:5:9: error: expected constructor, destructor, or type conversion before ‘(’ token
5 | int main(
| ^
japan2026.cpp:7:2: error: expected unqualified-id before ‘)’ token
7 | )
| ^