online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; int minimo (int x, int y){ if (x < y) return x; else return y; } int main() { int m, n; do { cout<<"Introduzca dos numeros. "<<"Si primero es cero fin del programa"; cin>>m>>n; if (m != 0) cout<<"El menor es :"<<minimo(m, n)<<endl; }while(m != 0); 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