感觉牛客网编程这个输入处理好蛋疼。 scanf("%d %d", &a, &b); 通过率为0.00% 改成 scanf("%d", &a); scanf("%d", &b); 能通过20.00%