Problem | firelord |
---|---|
User | dieunq1309 |
Submission Time | 2023-09-07 10:05:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firelord.cpp: In function ‘int main()’:
firelord.cpp:57:4: error: expected ‘}’ before ‘else’
57 | else{
| ^~~~
firelord.cpp:54:30: note: to match this ‘{’
54 | if (arr[0][i] > arr[1][i]){
| ^
firelord.cpp:64:1: error: expected ‘}’ at end of input
64 | }
| ^
firelord.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^