01 2024 档案

摘要:题目链接:Educational Codeforces Round 161 (Rated for Div. 2) PS:A开的很快,B读个假题意,C又想歪了,导致E没时间写,最后十分钟开E思路对了但是没时间了,赛后很快过了。。。 A. Tricky Template 题意:定义模板串 t 与字符串 阅读全文
posted @ 2024-01-19 17:38 Rosmontis_L 阅读(63) 评论(0) 推荐(0) 编辑
摘要:题目链接:The 2021 Sichuan Provincial Collegiate Programming Contest A.Chuanpai 题意:定义每一张川牌包含两个数字x, y,并且1 <= x <= y <= 6,求牌面上数字之和为 n 的牌种类 解题思路:签到,预处理枚举即可 ma 阅读全文
posted @ 2024-01-18 22:09 Rosmontis_L 阅读(37) 评论(0) 推荐(0) 编辑
摘要:题目链接: AtCoder Beginner Contest 336 A - Long Loong 题意:输出Long,其中'o'的数量等于n 解题思路:签到(其实没看清楚题目wa了一发) void solve(){ int n; cin >> n; cout << 'L'; while(n --) 阅读全文
posted @ 2024-01-17 21:01 Rosmontis_L 阅读(21) 评论(0) 推荐(0) 编辑
摘要:题目链接:Codeforces Round 920 (Div. 3) PS:很长时间没写题,状态不好,写的很差 A. Square 题意:给出正方形四个点的坐标,求面积 解题思路:签到 void solve(){ vector<PII> v; for(int i = 1; i <= 4; i ++) 阅读全文
posted @ 2024-01-17 20:45 Rosmontis_L 阅读(49) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示