随笔分类 -  ACM

摘要:输入输出 inline int read(){ int s = 0, w = 1; char c = getchar(); for (; !isdigit(c); c = getchar()) if (c == '-') w = -1; for (; isdigit(c); c = getchar( 阅读全文
posted @ 2020-12-22 23:50 0xDkXy_DWM 阅读(87) 评论(0) 推荐(0)
摘要:2019-2020 ICPC Northwestern European Regional Programming Contest (NWERC 2019) I-Inverted Deck #include<bits/stdc++.h> using namespace std; const int 阅读全文
posted @ 2020-10-06 23:40 0xDkXy_DWM 阅读(235) 评论(0) 推荐(0)