online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
from collections import Counter numbers = [ 1, 2, 3, 4, 4, 4, 5, 6, 7, 8, 8, 9, 9, 0, 2, 9, 9 ] # Używamy funkcji Counter, aby zliczyć wystąpienia każdej liczby. count = Counter(numbers) # Wybieranie liczb, które występują więcej niż 2 razy. result = [num for num, freq in count.items() if freq > 2] print(result)

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