题解列表
感觉你们应该可以看懂,有两种药方
摘要:解题思路:注意事项:参考代码://方法一:#include<stdio.h>#include<string.h>voidq(charx[100],inty[4]){intlen……
题解 2913: 整数去重 菜鸟解法
摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inti,j,n; sca……
核电站问题(C语言)
摘要:解题思路:定义了一个名为 fun 的函数来计算一个与给定整数 n 相关的数值,并在 main ……
自定义函数求一元二次方程
摘要:#include<bits/stdc++.h>using namespace std;int main(){double&nb……
2749: Hello, World!题解
摘要:解题思路:注意事项:参考代码:#includeusingnamespacestd;intmain(){ cout<<"Helloworld!……
1779: 你的第一个程序题解
摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){ cout<<J……