DSTA
文章平均质量分 79
凉粥
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
URAL 2026 C - Dean and Schedule
/*PROBLEM C : DEAN AND SCHEDULE "UNSOLVED" */#include "cstdio"#include "cstring"#include "cctype"#include "algorithm"using namespace std;#define Inc(i, a, b) for(int i = a; i < b; i++)#define原创 2015-08-02 10:56:08 · 432 阅读 · 0 评论 -
Problem K. Kingdom Division 2
Problem K. Kingdom Division 2Input le: kingdom.inOutput le: kingdom.outTime limit: 2 secondsMemory limit: 256 megabytesOnce upon a time there was a kingdom ruled by a wise king. After fort原创 2015-08-03 09:41:24 · 487 阅读 · 0 评论 -
PROBLEM_B: URAL 2025 B - Line Fighting
/*PROBLEM B: LINE FIGHTING "SOLVED" */#include "cstdio"#include "cstring"#include "cctype"#include "algorithm"using namespace std;#define Inc(i, a, b) for(int i = a; i < b; i++)#define Dec(i, a原创 2015-08-02 10:53:49 · 435 阅读 · 0 评论 -
PROBLEM_A: URAL 2024 Adventure Time
/*PROBLEM A : "UNSOLVED" *//*TIME : ________________*/#include "cstdio"#include "cstring"#include "cctype"#include "algorithm"#include "cmath"#include "vector"using namespace std;#define Inc(原创 2015-08-02 08:05:15 · 639 阅读 · 0 评论
分享