题解列表

筛选

3.百分制成绩转换 (C语言代码)

摘要:解题思路:用switch语句和选择、循环代码注意事项:要考虑多个可能方面,注意题目给的数值范围参考代码:#include<stdio.h>int main(){ int n, xi[100], x,i……

吹哨传球 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#define maxn 31int F[maxn][maxn];int n,m;void solu……

荣耀 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std;   int main(){ int dis[10]={6,2,5,5,4,5,6……