online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
size = 20 while True: filled = 0 print('\nšŸ—‘ļø New cycle started. Bin is EMPTY') while True: added = int(input('How many did you throw: ')) filled = filled + added percent = (filled/size)*100 if percent > 100: print('BIN IS OVERFLOWING. Calling waste management immediately') break elif percent == 100: print('BIN IS FULL. Calling waste management immediately') break elif percent >= 85: print('BIN IS ALMOST FULL. Calling waste management to retrieve trash') break else: print('You have', 100 - int(percent), '% space remaining (', size - filled, 'items left )')

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue