摘要:
A #include <bits/stdc++.h> #define endl '\n' #define ios ios::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr) using namespace std; typedef 阅读全文
A #include <bits/stdc++.h> #define endl '\n' #define ios ios::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr) using namespace std; typedef 阅读全文
posted @ 2023-07-28 18:43
蝴蝶眨几次眼睛丶
阅读(16)
评论(0)
推荐(0)
C 结束发现这题数据很水直接假做也能过 1: 比赛想到了利用log,可以用log(2e19)粗略判断然后再暴力 #include<bits/stdc++.h> using namespace std; #define endl '\n' #define LL long long #define ph
浙公网安备 33010602011771号