摘要:
https://github.com/twilightgod/twilight-poj-solution 阅读全文
posted @ 2020-02-13 20:40
墨鳌
阅读(122)
评论(0)
推荐(0)
摘要:
错误AC解法,sort+set判重,为考虑异构! 比较坑的一点是读入时scanf一定要一次读6个数,不然会TLE #include <set> #include <map> #include <cmath> #include <queue> #include <vector> #include <c 阅读全文
posted @ 2020-02-13 18:20
墨鳌
阅读(144)
评论(0)
推荐(0)