online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
t = int(input()) for tc in range(t): n = int(input()) count = 0 for i in range(2,n): if(n%i == 0): count = count+1 if(count >= 1): print("no") else: print("yes")

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