2110181109李俊杰
2110181109李俊杰
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
2110181109李俊杰的博客
全部文章
(共2篇)
2022河南萌新联赛第(二)场:河南理工大学
妙手(打表题) 首先由题中给的数据范围可知本题肯定要大表找规律,下面我们先弄个100*100的棋盘,然后多次输入找规律 下面这是打表代码 #include<algorithm> #include<cstring> using namespace std; const int ...
C++
2022-11-15
0
291
牛客小白月赛60
A.小竹与妈妈 ">#include<cstring> #include<algorithm> using namespace std; int main() { int a,b,x; cin>>a>>b>>x; cout<...
C++
2022-11-13
0
510