题解列表

筛选

花落的新手代码

摘要:解题思路:给朋友写的,写的时候看错了题··代码结构不大好,但是思路的提交是正确的。注意事项:参考代码:#include<iostream> using namespace std; int n; ……

奖学金 (C++代码)

摘要:#include <iostream> #include <vector> #include <stack> #include <queue> #include <cstdlib> #inc……

考试排名 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>typedef struct Person{ char name[20]; char num[1……