题解列表

筛选

编写题解 1118: Tom数

摘要:解题思路:注意事项:参考代码:while True:     try:         print(sum(list(map(int, input()))))     except:     ……

简单直接写

摘要:解题思路:代入公式注意事项:参考代码:……

简单直接写

摘要:解题思路 :带入公式 注意事项:参考代码:……

使用深度优先搜索DFS

摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { static int[] arr=new int[4]; sta……