首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
hamburgers专题
Codeforces Round #218 (Div. 2) / 371C Hamburgers (二分)
http://codeforces.com/contest/371/problem/C 直接二分能做的汉堡数,注意上界要开大一点。 完整代码: /*15ms,0KB*/#include<bits/stdc++.h>using namespace std;const long long mx = 1e13;///多开一位,因为结果可以略大于1e12const char b[
阅读更多...