online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import java.lang.Math; public class Main { public static void main(String[] args) { Integer a; Integer b; a = 1024; b = 1024; if(a == b){ System.out.print("1024 se rovna 1024"); } else { System.out.print("1024 se nerovna 1024"); } } }

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