平凡的小白
平凡的小白
全部文章
题解
未归档(48)
归档
标签
去牛客网
登录
/
注册
平凡的小白的博客
全部文章
/ 题解
(共1篇)
牛客IOI周赛
A、夹娃娃 思路:前缀和,卡cin和cout。 #include<bits/stdc++.h> #define js ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) using namespace std; typedef long...
规律题
打表
进制转换
前缀和
2020-06-06
2
794