online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
public class Main { public static void main(String[] args) { long a0 = 0, a1 = 1,a3; System.out.println("1:"+a0); System.out.println("2:"+a1); for(int i=3;i<=50;i++){ a3 = a0+a1; a0 = a1; a1 = a3; System.out.println(i+":"+a3); } } }

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