#include main() { int a, b; scanf( " [" ); while ( scanf("[%d, %d], ",&a,&b) > 0 ) { printf( "a = %d\tb = %d\n", a, b ); } return 0; }