Problem lis_easy
User Dam
Submission Time 2023-02-07 10:57:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:22:27: error: expected ‘;’ before ‘}’ token
22 | big = max(current, big)
| ^
| ;
23 | } else {
| ~