6
1
2
42
168
271
198
链接:https://ac.nowcoder.com/acm/contest/316/C 来源:牛客网 题解:模拟; 主要用到stringstream,可以分割字符串,然后还有一个换行读入,有了这些比较好处理一些,先看这段代码(简单解释)。 string one; while(getline(cin,one)){ stringstream a; ...