| Problem | platonic11 |
|---|---|
| User | IyasM |
| Submission Time | 2025-12-08 09:28:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic11.cpp: In function ‘int main()’:
platonic11.cpp:11:62: error: expected ‘)’ before ‘;’ token
11 | for (int i = 0; i < n; i++) ans = (ans + (v[i] % 676767676);
| ~ ^
| )
platonic11.cpp:14:21: error: expected ‘)’ before numeric constant
14 | ans = ((v[0] % 676 767 676) * k) % 676 767 676;
| ~ ^~~~
| )
platonic11.cpp:14:49: error: expected ‘)’ before ‘;’ token
14 | ans = ((v[0] % 676 767 676) * k) % 676 767 676;
| ~ ^
| )
platonic11.cpp:17:53: error: expected ‘)’ before numeric constant
17 | for (int i = 0; i<n; i++) ans = (ans + (v[i] % 676 767 676) * k) % 676767676;
| ~ ^