Problem lunchbox
User nivay210
Submission Time 2023-11-09 11:09:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a[i];
| ^
lunchbox.cpp:12:8: error: ‘a’ was not declared in this scope
12 | sort (a, a + totalnosch);
| ^