Problem lunchbox
User R1
Submission Time 2024-02-28 17:57:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:1:1: error: ‘a’ does not name a type
1 | a, b = map(int, input().split())
| ^
lunchbox.cpp:9:1: error: expected unqualified-id before ‘while’
9 | while(total < a):
| ^~~~~