Problem quest
User Arjun
Submission Time 2025-12-29 16:49:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

quest.cpp: In function ‘int main()’:
quest.cpp:85:34: error: expected ‘;’ before ‘}’ token
85 | dist += abs(currCity - r)
| ^
| ;
86 | }
| ~
quest.cpp:89:26: error: expected ‘;’ before ‘cout’
89 | total += banana_money
| ^
| ;
90 |
91 | cout << total << endl;
| ~~~~