Problem platonic17
User popperoni
Submission Time 2025-12-11 22:50:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic17.cpp: In function ‘int main()’:
platonic17.cpp:24:12: error: expected ‘;’ before ‘long’
24 | #define ll long long
| ^~~~
platonic17.cpp:79:2: note: in expansion of macro ‘ll’
79 | ll P[n+1];P[0]=0;
| ^~
platonic17.cpp:79:12: error: ‘P’ was not declared in this scope
79 | ll P[n+1];P[0]=0;
| ^