Problem | parallelogramisation |
---|---|
User | guru1396 |
Submission Time | 2024-12-11 15:41:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:27:5: error: ‘elif’ was not declared in this scope
27 | } elif (type == 2){
| ^~~~
parallelogramisation.cpp:29:5: error: ‘else’ without a previous ‘if’
29 | } else {
| ^~~~
parallelogramisation.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
parallelogramisation.cpp:18:11: note: to match this ‘{’
18 | int main(){
| ^