#include <stdio.h>void main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%d,%d,%d\n",a,b,c);}
3 4 5
3,4,5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!