题解列表

筛选

简单的写完就行了

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h> int main(){ int i; for(i = 1000;i……

能量项链C语言

摘要:解题思路:首先读取一个整数  n  表示数组元素的个数,然后读取  n  个整数存入数组  a  中。接下来通过一个循环,每次找出当前数组中……

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>long f(long a){    long sum=0;    while(a)……

1727: 首字母大写 !

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ ……