| Problem | modulochain |
|---|---|
| User | Tqin |
| Submission Time | 2025-02-11 23:17:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:18:29: error: expected ‘;’ before ‘cout’
18 | cout<<(first*last)%MOD<<' '
| ^
| ;
19 | cout<<first-S2;
| ~~~~