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

浙公网安备 33010602011771号