#include<stdio.h>int main(){int age;printf("welcome to ARTO.\nplease enter your age");scanf("%d",age);printf("your age is,%d",age);return 0;}
Standard input is empty
welcome to ARTO. please enter your ageyour age is,0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!