| Problem | platonic17 |
|---|---|
| User | LovePeggingLucaBalsa |
| Submission Time | 2026-01-21 09:36:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic17.cpp: In function ‘int main()’:
platonic17.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
platonic17.cpp:7:5: note: in expansion of macro ‘int’
7 | int n;
| ^~~
platonic17.cpp:7:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int n;
| ^
| yn
platonic17.cpp:3:18: error: template argument 1 is invalid
3 | #define int long long;
| ^~~~
platonic17.cpp:9:12: note: in expansion of macro ‘int’
9 | vector<int> A(n + 1);
| ^~~
platonic17.cpp:3:18: error: template argument 2 is invalid
3 | #define int long long;
| ^~~~
platonic17.cpp:9:12: note: in expansion of macro ‘int’
9 | vector<int> A(n + 1);
| ^~~
platonic17.cpp:9:15: error: expected primary