Problem platonic32
User MasterCoder8421
Submission Time 2025-12-26 11:58:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic32.cpp: In function ‘void solve()’:
platonic32.cpp:17:18: error: expected primary-expression before ‘%’ token
17 | if (r==1500 %% x1 <100){
| ^
platonic32.cpp:17:20: error: ‘x1’ was not declared in this scope; did you mean ‘x’?
17 | if (r==1500 %% x1 <100){
| ^~
| x