C++程序  |  1行  |  72 B

int test_main(int argc, char **argv);

#define main(X,Y)	test_main(X,Y)