题解列表

筛选

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>void strupr(char a[]){    in……

1727: 首字母大写 !

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

最普通的解题方法

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

能量项链C语言

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