rt,顺便一问,我现在用的缺省源可以吗
#include<bits/stdc++.h> using namespace std; int main() { //freopen(".in", "r", stdin); //freopen(".out", "w", stdout); ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); return 0; }