高配版基础框架,你值得拥有!
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
return 0;
}
要写freopen? 5,6行注释一删,填上文件名,搞定!
不想见祖宗(就是开long long)? 不用在写long long了!写ll就行!
cin,cout想加速?7,8,9行帮助你!
(但不能使用scanf,printf了。如想使用,请注释。)
拿走不谢!