题解列表
C语言思路简单,易懂!!! 理解万岁 思路奇妙哦!!! (OoO)
摘要:解题思路: 找到子字符串,用字符串来比较删除即可!!!注意事项:参考代码:#include <stdio.h>#include <string.h>char *change(char *t){ ……
贪心盾神与积木游戏(超时有点烦)
摘要:解题思路: 贪心点:先帮差值最小的完成积木作品注意事项:参考代码:# 时间超限: 64 分 运行时间: 6803ms
m = int(input())
for _ in ……