问题链接:http://acm.hdu.edu.cn/showproblem.php?pid=2043 代码: #include <iostream> #include <algorithm> #include <cstring> using namespace std; int main() { int m,i,k; int a,b,c,d; char s[51]; cin>>m; getchar(); while(m--) { a=b=c=d=0; gets(s);//...