online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import array as arr def makeComparison(a, b): compareList = [] for i in a: if i in b: compareList.append(i) return compareList # creating an array with integer type a = arr.array('i', [2, 3, 4, 6, 7, 8]) b = arr.array('i', [5, 1, 2, 7, 8, 10, 35]) print(makeComparison(a, b))

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