Problem platonic11
User KingH
Submission Time 2026-02-09 16:54:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp: In function ‘int main()’:
platonic11.cpp:15:20: error: expected ‘;’ before numeric constant
15 | sum = sum*2 % 676 767 676
| ^~~~
| ;
platonic11.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
platonic11.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^