07 2017 档案
摘要:1001 Is Derek lying? 不会 1002 hash 小格子每行hash,大格子里一定间隔枚举至少会有一个有的 间隔没算随便取的,取小了就T了,找到一个后也没check整个就过了 1 #include <iostream> 2 #include <cstdio> 3 #include
阅读全文
摘要:半面数学 半面卡常 1001 Add More Zero 水题不写。 1002 Balala Power! 贪心,注意0不能首位。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm
阅读全文