online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#print("Hello World") A = ['Apple','food','Iron'] B = ['x','on','y'] C = [] for b_str in B: n = 0 for a_str in A: if b_str in a_str: n = n + 1 C.append('Yes' if n > 0 else 'No') print (C)

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