| Problem | parallelogramisation |
|---|---|
| User | Adam |
| Submission Time | 2024-06-20 16:00:18 |
| 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: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;
| ^