Problem reading
User 123456789
Submission Time 2023-10-20 15:17:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp: In function ‘int32_t main()’:
reading.cpp:10:22: error: expected ‘;’ before ‘}’ token
10 | cin >> w[i] >> p[i]
| ^
| ;
11 | }
| ~