#include <stdio.h> int main(void) { int a,b,c; scanf("a=%d,b=%d,c=%d",&a,&b,&c); return 0;}
1,2,3
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!