Problem inspections
User baobaocar
Submission Time 2023-03-21 18:56:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp: In function ‘int main()’:
inspections.cpp:19:11: error: expected ‘)’ before ‘;’ token
19 | while(M--;)){
| ~ ^
| )
inspections.cpp:19:12: error: expected primary-expression before ‘)’ token
19 | while(M--;)){
| ^