首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
tsinsen专题
【Tsinsen】1228 飞飞侠【并查集优化最短路】
题目链接:A1228. 飞飞侠 #include <bits/stdc++.h>using namespace std ;typedef long long LL ;#define clr( a , x ) memset ( a , x , sizeof a )const int MAXN = 155 ;const LL INF = 1e18 ;struct Node {LL dis ;in
阅读更多...
Tsinsen A1504. Book(王迪) 数论,贪心
题目:http://www.tsinsen.com/A1504 A1504. Book(王迪) 时间限制: 1.0s 内存限制:256.0MB Special Judge 总提交次数: 359 AC次数: 97 平均分: 43.76 将本题分享到: 查看未格式化的试题 提交 试题讨论 试题来源 2013中国国家集训队第二次作业
阅读更多...