加快速度输入(代码)

Kinghero King of the summit 2023-07-12 10:58:18 0

【同步主流,缩短时间,o2优化】

#include<bits/stdc++.h>
#pragma GCC optimize(2)
using namespace std;
int main(){
    ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);
    //代码
    return 0;
}
{{ vote && vote.total.up }}