rt,有没有顺序要求。
本人缺省源:
#include<bits/stdc++.h> using namespace std; int main(){ //freopen("xxx.in","r",stdin); //freopen("xxx.out","w",stdout); ios::sync_with__stdio(0); ios_base::sync_with__stdio(0); cin.tie(0);cout.tie(0); return 0; }
在 NOI Linux 2.0 编译环境下会不会出事。