0319补题
摘要:
C - Candies 二分答案 1 #include <iostream> 2 #include <algorithm> 3 #include <cmath> 4 using namespace std; 5 long long a,sum=1; 6 long long find(long lon 阅读全文
posted @ 2020-03-21 10:26 CCCherry 阅读(110) 评论(0) 推荐(0) 编辑