摘要:
problem tips answer include using namespace std; define INF 0x3f3f3f3f define Max 2001 int N, M; void NA(){cout id; bool CompC(St a, St b){ return a.C 阅读全文
posted @ 2018-07-11 20:40
yoyo_sincerely
阅读(270)
评论(0)
推荐(0)
摘要:
problem tip answer include using namespace std; define INF 0x3f3f3f3f float GetMax(float a, float b, float c){ return max(max(a, b),c); } int GetStatu 阅读全文
posted @ 2018-07-11 19:20
yoyo_sincerely
阅读(229)
评论(0)
推荐(0)
摘要:
problem tip 给出两个数以及其中一个数的进制,求两个数相等时另一个数可能的进制。(数只可能由0 1,a z组成,但进制可能会超过36进制,坑点。) answer include using namespace std; define INF 0x3f3f3f3f long long tag 阅读全文
posted @ 2018-07-11 18:57
yoyo_sincerely
阅读(410)
评论(0)
推荐(0)