Problem chunlian
User mew1323
Submission Time 2025-11-15 20:37:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chunlian.cpp: In function ‘int main()’:
chunlian.cpp:24:39: error: expected ‘;’ before ‘}’ token
24 | largest_sum = max(sum,largest_sum)
| ^
| ;
25 |
26 | }
| ~