| Problem | parallelogramisation |
|---|---|
| User | Greywind |
| Submission Time | 2026-07-17 16:00:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:32:41: error: expected ‘;’ before ‘a’
32 | printf("%d\n",a.front())
| ^
| ;
33 | a.pop_front();
| ~