| Problem | shamelessad6 |
|---|---|
| User | thatgreyCat7777 |
| Submission Time | 2026-05-10 17:08:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:9:29: error: expected ‘;’ before ‘}’ token
9 | cout << ((a % c) * (b%c))%c
| ^
| ;
10 | }
| ~