题解列表

筛选

尼科彻斯定理 纯数学方法 保姆级教程

摘要:解题思路:找左边界 例如 案例当中的m=13 m的立方 三个m相乘 相当于 m个m*m相加 答案说连续的奇数所以可以分成两种情况讨论奇数的情况是m*m就是答案的那串……

3020 :正确题解

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,m=0;&……

你就说过没过吧

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<&quo……

求平均年龄

摘要:n = int(input())#储存人数my_list = input().split()#用列表储存年龄sum = 0for i in range(len(my_list)): ……

9个变量,轻松拿下

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,s,d,f,g,h,……