online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/****************************************************************************** Welcome to GDB Online. GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl, C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog. Code, Compile, Run and Debug online from anywhere in world. *******************************************************************************/ #include<iostream> using namespace std; int main (){ float a,b,c,d,e,f,A=0,B=0,C=0,D=0; cout<<"digite numero a: "; cin>>a; cout<<"digite numero b: "; cin>>b; cout<<"digite numero c: "; cin>>c; cout<<"digite numero d: "; cin>>d; cout<<"digite numero e: "; cin>>e; cout<<"digite numero f: "; cin>>f; A=(a/(b+1)); B=((a+b)/(c+d)); C=((a+(b/c))/(d+(e/f))); D=((a+(b/(c-d)))); cout<<"\nResultado de A: "<<A<<endl; cout<<"Resultado de B: "<<B<<endl; cout<<"Resultado de C: "<<C<<endl; cout<<"Resultado de D: "<<D<<endl; return 0; }

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