| Problem | parallelogramisation |
|---|---|
| User | glog |
| Submission Time | 2024-01-15 17:53:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:14:5: error: ‘else’ without a previous ‘if’
14 | else if (type == 2){
| ^~~~
parallelogramisation.cpp: At global scope:
parallelogramisation.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^