| Problem | platonic10 |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-01-20 14:10:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic10.cpp: In function ‘int main()’:
platonic10.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
platonic10.cpp:8:2: note: in expansion of macro ‘int’
8 | int n;
| ^~~
platonic10.cpp:8:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int n;
| ^
| yn
platonic10.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
platonic10.cpp:10:2: note: in expansion of macro ‘int’
10 | int product = 1;
| ^~~
platonic10.cpp:10:6: error: ‘product’ was not declared in this scope
10 | int product = 1;
| ^~~~~~~
platonic10.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
platonic10.cpp:11:6: note: in expansion o