会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Linqi's Blog
首页
新随笔
管理
2022年1月17日
AtCoder Beginner Contest 235 题解 A - F
摘要: 本文地址 视频讲解 A - Rotate 枚举; 或者观察发现乘以 \(111\) #include <bits/stdc++.h> using namespace std; int main() { string s; cin >> s; int a = (int)s[0] - '0' + s[1
阅读全文
posted @ 2022-01-17 16:48 Linqi05
阅读(174)
评论(0)
推荐(0)
编辑
公告