Problem | parallelogramisation |
---|---|
User | Adam |
Submission Time | 2024-06-20 16:01:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:10:7: error: expected initializer before ‘==’ token
10 | int i==0;
| ^~
parallelogramisation.cpp:11:9: error: ‘i’ was not declared in this scope
11 | cin >> i;
| ^
parallelogramisation.cpp:12:15: error: expected primary-expression before ‘=’ token
12 | for (i=0; i= = Q; i++){
| ^
parallelogramisation.cpp:14:9: error: expected initializer before ‘+’ token
14 | int X+1;
| ^
parallelogramisation.cpp:17:10: error: expected initializer before ‘-’ token
17 | int X - 1;
| ^
parallelogramisation.cpp:20:9: error: expected initializer before ‘-’ token
20 | int X- 1;
| ^