葫噜鱼
葫噜鱼
全部文章
分类
题解(5)
归档
标签
去牛客网
登录
/
注册
葫噜鱼的博客
全部文章
(共1篇)
题解 | #[CSP2019]公交换乘#链表解法
#include <bits/stdc++.h> using namespace std; struct go_log{ int tool; int price; int time; go_log* next; }; int main(){ ...
链表
2022-08-01
0
388