Problem platonic11
User smartsword
Submission Time 2025-12-08 10:15:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp:20:34: error: ‘arr’ was not declared in this scope
20 | int maxs = max_element(begin(arr), end(arr));
| ^~~
platonic11.cpp:20:44: error: ‘arr’ was not declared in this scope
20 | int maxs = max_element(begin(arr), end(arr));
| ^~~
platonic11.cpp:23:2: error: expected unqualified-id before ‘while’
23 | while(k > 0){
| ^~~~~
platonic11.cpp:27:2: error: ‘cout’ does not name a type
27 | cout << ans;
| ^~~~
platonic11.cpp:32:2: error: expected unqualified-id before ‘return’
32 | return 0;
| ^~~~~~
platonic11.cpp:33:1: error: expected declaration before ‘}’ token
33 | }
| ^