Problem platonic5
User Red123
Submission Time 2025-08-13 22:39:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic5.cpp: In function ‘int main()’:
platonic5.cpp:14:25: error: expected ‘)’ before ‘{’ token
14 | if(arr[i] > arr[i - 1]{
| ~ ^
| )
platonic5.cpp:20:5: error: expected primary-expression before ‘}’ token
20 | }
| ^
platonic5.cpp:20:5: error: expected ‘}’ at end of input
platonic5.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^