| Problem | penguinfood |
|---|---|
| User | MegaG |
| Submission Time | 2025-10-30 17:44:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
penguinfood.cpp: In function ‘int main()’:
penguinfood.cpp:5:13: error: expected initializer before ‘long’
5 | #define int long long
| ^~~~
penguinfood.cpp:24:3: note: in expansion of macro ‘int’
24 | int val;
| ^~~
penguinfood.cpp:25:16: error: ‘idx’ was not declared in this scope
25 | cin >> idx >> val;
| ^~~
penguinfood.cpp:25:23: error: ‘val’ was not declared in this scope
25 | cin >> idx >> val;
| ^~~