Problem | parallelogramisation |
---|---|
User | Adam |
Submission Time | 2024-06-20 15:57:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:12:21: error: expected ‘;’ before ‘)’ token
12 | for (i=0, i==Q; i++){
| ^
| ;
parallelogramisation.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | else if (queries==1){
| ^~~~
parallelogramisation.cpp:14:9: error: expected initializer before ‘+’ token
14 | int X+1;
| ^
parallelogramisation.cpp:17:9: error: expected initializer before ‘-’ token
17 | int X-1;
| ^
parallelogramisation.cpp:20:9: error: expected initializer before ‘-’ token
20 | int X-1;
| ^