| Problem | modulochain |
|---|---|
| User | Henries |
| Submission Time | 2024-10-14 22:43:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:20:54: error: expected ‘)’ before ‘;’ token
20 | cout << (v[0] * (*(--v.end())) % (1000000000+7)<<' ';
| ~ ^
| )