online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/****************************************************************************** esercizio 5 scambio 3 variabili ù *******************************************************************************/ #include <iostream> using namespace std; int main() { int a,b,c; cout<<"inserisci tre numeri interi "; cin>>a>>b>>c; int temp=b; b=a; a=c; c=temp; cout<<a<<" "<<b<<" "<<c; }

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