hello古斯卡
hello古斯卡
全部文章
题解
归档
标签
去牛客网
登录
/
注册
hello古斯卡的博客
acmcwp
全部文章
/ 题解
(共1篇)
题解
//题目说输入是连续的,那就让cur一直加1,再与下一个输入的数比较即可 #include <iostream> #include <iomanip> using namespace std; int main() { int n; char c; ...
2019-10-06
0
698