摘要:
https://www.acwing.com/problem/content/1206/ 模拟题,但是输入方式有点恶心可以用EOF方式读入,也可以用sstream读入sstream可以参考这份做法也有两种,可以定义bool数组遍历a[i],寻找被赋值两次的st[i]的重号,以及st[i]值为0的断号 阅读全文
posted @ 2022-10-05 12:09
风乐
阅读(17)
评论(0)
推荐(0)
摘要:
https://www.acwing.com/problem/content/1247/ 简单模拟水题一道 #include<algorithm> #include<cstring> #include<iostream> #include<cstdio> using namespace std; i 阅读全文
posted @ 2022-10-05 10:53
风乐
阅读(16)
评论(0)
推荐(0)