online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import sys import math n = int(input()) nkare = n*n sonuclar = [] for i in range(n): sonuclar.append(i*i) for i in range(len(sonuclar)): for a in range(len(sonuclar)-1): if (i*i + a*a) == nkare: print(a,i)

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