Problem | area_noi |
---|---|
User | Skyblur7 |
Submission Time | 2024-02-23 17:24:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:9:14: error: expected ‘;’ before ‘if’
9 | cin>>arr[n]
| ^
| ;
10 | if(arr[n]%2==1){nothing=0;
| ~~
area_noi.cpp:12:9: error: ‘else’ without a previous ‘if’
12 | else{highest=(arr[n]*arr[n+1]);
| ^~~~