06 2023 档案

CodeStar2023年春第12周周赛普及进阶组
摘要:## T1:[Sequence Matching](https://jingsai.xiaohoucode.com/?id=728026276940c8331123c349a8038255&code=0eb96cd742a4e2df36520464ec201564da27087744fd07879a 阅读全文
posted @ 2023-06-19 21:49 V_Melville 阅读(21) 评论(0) 推荐(0) 编辑
ABC306
摘要:T1:Echo 模拟 代码实现 n = int(input()) s = input() ans = '' for c in s: ans += c+c print(ans) T2:Base 2 C++ 中 long long 最大为 2631,unsigned long long 阅读全文
posted @ 2023-06-17 23:55 V_Melville 阅读(12) 评论(0) 推荐(0) 编辑
CodeStar2023年春第11周周赛普及进阶组
摘要:## T1:[等差数](https://jingsai.xiaohoucode.com/?id=e40ea30b46c98efbb4dba3eb78b5cad7#/studentComplier?bundleId=1883304899801eb7e339b1d70027f001&back=%2F17 阅读全文
posted @ 2023-06-13 19:58 V_Melville 阅读(22) 评论(0) 推荐(0) 编辑
ABC305
摘要:## T1:[Water Station](https://atcoder.jp/contests/abc305/tasks/abc305_a "Water Station") 模拟 代码实现 ``` // C++实现 #include using namespace std; int main() 阅读全文
posted @ 2023-06-12 10:19 V_Melville 阅读(9) 评论(0) 推荐(0) 编辑
ABC301
摘要:## T1:[Overall Winner](https://atcoder.jp/contests/abc301/tasks/abc301_a) 模拟 代码实现 ``` #include #define rep(i, n) for (int i = 0; i > n >> s; int t = 0 阅读全文
posted @ 2023-06-09 21:36 V_Melville 阅读(11) 评论(0) 推荐(0) 编辑
CodeStar2023年春第10周周赛普及进阶组
摘要:## T1:[数字字符串](https://jingsai.xiaohoucode.com/?id=d41e21d94f96d36125b47328d2041abb#/studentComplier?bundleId=18832fe31950e6354aa9e3ec00f26001&back=%2F 阅读全文
posted @ 2023-06-06 16:51 V_Melville 阅读(26) 评论(0) 推荐(0) 编辑
ABC304
摘要:## T1:[First Player](https://atcoder.jp/contests/abc304/tasks/abc304_a "First Player") 模拟 代码实现 ``` #include #define rep(i, n) for (int i = 0; i > n; v 阅读全文
posted @ 2023-06-04 09:12 V_Melville 阅读(74) 评论(0) 推荐(0) 编辑

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