题解列表

筛选

分段函数(C++)

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

自定义函数(C++)

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#include<iomanip>double fact(double n)         ……

简单的数学题

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;ll x,y;int main(){   ……
优质题解

题解1044:三个字符串的排序

摘要:# 1044: [编程入门]三个字符串的排序 ## 知识点 ### 知识点1:字符数组的输入、字符数组的长度 在C++语言的基础库上,要另外导入`cstdio`库和`cstring`……

求圆的面积

摘要:解题思路: 注意事项:注意要写#include<iomanip>头文件参考代码:#include<iostream>#include<iomanip>using namespace std;int m……

1156: C语言训练-阿姆斯特朗数

摘要:***注意:题目的输出格式那里的输出格式***![](/image_editor_upload/20221023/20221023035452_10743.png) ***打错了!应该是*** *……