题解列表

筛选

Mark11:sort()函数

摘要:#include<cstdio> #include<cmath> #include<algorithm> using namespace std; bool cmp(int a, in……

判断第几天 (Java代码)

摘要:解题思路:注意事项:参考代码:import java.math.BigInteger; import java.util.*; public class Main { public stati……