#include <iostream>using namespace std; int main() { //int code goes here int a,b; scanf("%d,%d",&a,&b); printf("a=%d,b=%d\n",a,b); return 0;}
22222222222222222222,11111111111111111111
a=-1,b=-1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!