online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include<stdio.h> #include<conio.h> #include<math.h> void main() { int n,m,sum=0; printf("\n\nEnter integer number :\n"); scanf("%d",&n); m=n; while(n!=0) { sum=sum+pow(n%10,3); n=n/10; } if(sum==m) printf("Armstrong Number: %d\n",m); else printf("Not an Armstrong Number: %d\n",m); getch(); }

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