题解列表

筛选

成绩归类(c++)

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){    int n1=0,n2=0,n3=0,n;    do    {……

寻找矩阵最值(C++)简单思路

摘要:解题思路:用二维数组,具体看代码注释注意事项:参考代码:#include<iostream>using namespace std;int main(){    int n,i,j,t,a[10][1……

温度转换(C++)

摘要:解题思路:注意事项:输出格式参考代码:#include<iostream>using namespace std;float cyof(int c){    float f;    f=32+c*9/……

1158: 作业调度方案

```cpp#includeusingnamespacestd;structnode{intid,cost;}w[21][21];intm,n,order[500],step[21],last_time[21],mac[21][100000],

1157: 亲和数

摘要:```cpp #include #include using namespace std; int main() { int i,M,j,k; cin>>M; ……

没人写,就我来吧。

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,t,b[1005]={0}; cin>>n; i……

分段函数(C++)

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

密码破译JAVA

解题思路:注意事项:参考代码:importjava.util.Scanner;publicclassMain{publicstaticvoidmain(String[]args){//TODO自动生成的方法存根Scannersc=newScanner(System.in);charc1='C&