| Problem | platonic11 |
|---|---|
| User | Feiyang |
| Submission Time | 2026-02-09 17:01:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic11.cpp: In function ‘int main()’:
platonic11.cpp:16:30: error: expected ‘;’ before numeric constant
16 | sum = (sum + x) % 676 767 676;
| ^~~~
| ;
platonic11.cpp:19:36: error: expected ‘)’ before numeric constant
19 | long long ans = (sum + (k % 676 767 676) * (mx % 676 767 676)) % 676767676);
| ~ ^~~~
| )
platonic11.cpp:19:80: error: expected ‘)’ before ‘;’ token
19 | long long ans = (sum + (k % 676 767 676) * (mx % 676 767 676)) % 676767676);
| ~ ^
| )