摘要:
先放代码,题解日后再更。 A.张老师和菜哭武的游戏 Code D.车辆调度 Code 阅读全文
posted @ 2020-05-10 23:11
AE酱
阅读(230)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-05-10 19:07
AE酱
阅读(35)
评论(0)
推荐(0)
摘要:
```cpp #include #include #include #include using namespace std; #define RG register int #define LL long long template inline void Read(elemType &T){ elemType X=0,w=0; char ch=0; while(!isdigit(ch)) {w 阅读全文
posted @ 2020-05-10 12:09
AE酱
阅读(137)
评论(0)
推荐(0)