#include <stdio.h> int main(void) { printf("29+29の計算をします\n"); int x; x=29+29; printf("%d",x); return 0;}
Standard input is empty
29+29の計算をします 58
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!