题解列表

筛选

愤怒的牛Java代码

摘要:import java.util.Arrays; import java.util.Scanner; public class Main{ public static void main(Str……

简单直接写

摘要:解题思路 :带入公式 注意事项:参考代码:……

简单直接写

摘要:解题思路:代入公式注意事项:参考代码:……

计算邮资(C++)

摘要:# include <bits/stdc++.h>  using namespace std; int main () { int n; char c; cin >> n >……

3049: 城市交通路网 Dijkstra

摘要:解题思路:单源最短路径, 寻找最小未确定最短距离节点t 更新所有节点最短距离注意事项:一项测试数据有误参考代码:#include<iostream> #include<cstring> using……

奖学金(结构体排序)

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>#include<cstring>using namespace std;struct Stu{……