| Problem | parallelogramisation |
|---|---|
| User | yoshiokalili |
| Submission Time | 2026-02-08 22:11:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:13:24: error: expected ‘;’ before ‘)’ token
13 | for (int i; i < Q, i++) {
| ^
| ;
parallelogramisation.cpp:17:6: error: expected ‘(’ before ‘task’
17 | if task == 1 {
| ^~~~
| (
parallelogramisation.cpp:20:5: error: ‘else’ without a previous ‘if’
20 | } else if task == 2 {
| ^~~~
parallelogramisation.cpp:20:13: error: expected ‘(’ before ‘task’
20 | } else if task == 2 {
| ^~~~
| (
parallelogramisation.cpp:22:5: error: ‘else’ without a previous ‘if’
22 | } else if task == 3 {
| ^~~~
parallelogramisation.cpp:22:13: error: expected ‘(’ before ‘task’
22 | } else if task == 3 {
| ^~~~
| (