随笔分类 -  AtCoder

摘要:题目链接 A - Plural Form /* * @Author : nonameless * @Date : 2020-09-19 20:00:41 * @LastEditors : nonameless * @LastEditTime : 2020-09-19 20:05:21 */ #inc 阅读全文
posted @ 2020-09-19 21:37 nonameless 阅读(238) 评论(2) 推荐(2)
摘要:题目链接 A - Not 思路: 无 代码: /* * @Author : nonameless * @Date : 2020-09-13 19:55:56 * @LastEditors : nonameless * @LastEditTime : 2020-09-13 20:00:55 */ #i 阅读全文
posted @ 2020-09-14 01:27 nonameless 阅读(190) 评论(0) 推荐(1)
摘要:" A Registration " $Description:$ 给定两个字符串 $S, T$,将 $T$ 的最后一个字符删去后,问 $S == T$ ? $Solve:$ 遍历一遍。 $Code:$ c++ include using namespace std; int main(){ str 阅读全文
posted @ 2020-05-12 19:27 nonameless 阅读(133) 评论(0) 推荐(0)