Problem lunchcombo
User PlayVoltz
Submission Time 2023-11-11 14:20:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchcombo.cpp: In function ‘int32_t main()’:
lunchcombo.cpp:24:6: error: redeclaration of ‘long long int ans’
24 | int ans = 0;
| ^~~
lunchcombo.cpp:23:6: note: ‘long long int ans’ previously declared here
23 | int ans=0;
| ^~~