Problem cargomanagement
User AnnoyingGuest
Submission Time 2026-06-21 00:47:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cargomanagement.cpp: In function ‘int main()’:
cargomanagement.cpp:20:6: error: redeclaration of ‘int carno’
20 | int carno;
| ^~~~~
cargomanagement.cpp:13:6: note: ‘int carno’ previously declared here
13 | int carno;
| ^~~~~