03 2023 档案

摘要:西南民族大学2023天梯选拔赛 题目列表 - 编程题 - 西南民族大学2023天梯选拔赛 (pintia.cn) L1-1 谢谢卡尔! 签到题 #include <iostream>#include <vector>#include <set>#include <cstring>using name 阅读全文
posted @ 2023-03-29 00:27 mobbb 阅读(41) 评论(0) 推荐(0)
摘要:A.被鸽了的课本 纯模拟 #include <iostream>#include <vector>#include <set>#include <cstring>#include <iomanip>#include <map>#include <set>#include <algorithm>#in 阅读全文
posted @ 2023-03-28 23:59 mobbb 阅读(30) 评论(0) 推荐(0)
摘要:SMU Spring 2023 Trial Contest Round 1(6/8) A. Prepend and Append Prepend and Append 只需考虑给定字符串两端是否符合10或01即可,双指针从两端模拟即可。 #include <iostream>using namesp 阅读全文
posted @ 2023-03-22 10:51 mobbb 阅读(38) 评论(0) 推荐(0)