题解列表

筛选

3020 :正确题解

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

2835:计算书费

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

1098陶陶摘苹果

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

2025.7.22刷题记录

摘要:解题思路:fabs对浮点数求绝对值注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ dou……