会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Weitongjie
博客园
首页
新随笔
联系
订阅
管理
2022年5月3日
Codeforces Round #784(div 4)
摘要: ##总结:div4相对比较简单,以至于能ak。 ###A. Division? 题目大意:对应分数输出等级 简单模拟 #include<iostream> using namespace std; int main() { int t; cin>>t; while(t--) { int x; cin
阅读全文
posted @ 2022-05-03 09:59 Weitongjie
阅读(332)
评论(0)
推荐(0)
公告