题解列表

筛选

2795: 财务管理

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

2796: 求整数的和与均值

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

szdsfgyffmhghfgdgm

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

我不理解我也不到

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

C语言练习--水仙花2

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

简单易懂 最适合新手体制的题解

摘要:解题思路:将数组a[9]放大为a[10]以便直接存储插入项n,将输入数从a[1]开始存储至a[10],直接将n赋给a[0],一次简单的大小选择(循环),直接秒掉注意事项:输入时无需考虑换行参考代码:#……

python语言编写Hello world

摘要:注意题目要求打印的什么,可以使用\n进行换行print("**************************\nHello World!\n**************************")……