| Problem | platonic5 |
|---|---|
| User | carson |
| Submission Time | 2025-12-09 20:38:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:3:17: error: template argument 1 is invalid
3 | #define ll long long;
| ^~~~
platonic5.cpp:8:9: note: in expansion of macro ‘ll’
8 | vector<ll> a(n+1);
| ^~
platonic5.cpp:3:17: error: template argument 2 is invalid
3 | #define ll long long;
| ^~~~
platonic5.cpp:8:9: note: in expansion of macro ‘ll’
8 | vector<ll> a(n+1);
| ^~
platonic5.cpp:8:11: error: expected primary-expression before ‘>’ token
8 | vector<ll> a(n+1);
| ^
platonic5.cpp:8:13: error: ‘a’ was not declared in this scope
8 | vector<ll> a(n+1);
| ^
platonic5.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
platonic5.cpp:9:2: note: in expansion of macro ‘ll’
9 |