Problem lunchbox
User Ronaldo7
Submission Time 2026-06-23 15:46:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:16: error: ‘n’ was not declared in this scope
15 | for(int i=0;i<n;i++){
| ^
lunchbox.cpp:20:14: error: expected ‘}’ at end of input
20 | cout<<number;
| ^
lunchbox.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^