Problem lunchbox
User aa24codebreaker
Submission Time 2023-11-09 11:01:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:13:10: error: ‘a’ was not declared in this scope
13 | cin >> a[i];
| ^
lunchbox.cpp:15:7: error: ‘a’ was not declared in this scope
15 | sort(a, a+nos);
| ^