online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; int main() { double r; cout<<"Unesite poluprečnik vašeg kruga"<<endl; cin>>r; cout<<"Obim vašeg kruga je "<<2*r*3.14<<endl; cout<<"Površina vašeg kruga je "<<r*r*3.14<<endl; cout<<"Hvala na posjeti stranice!"<<endl; }

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