Problem flows
User WJR
Submission Time 2025-07-12 19:32:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flows.cpp: In function ‘int main()’:
flows.cpp:26:21: error: expected ‘;’ before ‘}’ token
26 | u[i] = (h[i] * i)
| ^
| ;
27 | }
| ~