本蒟蒻看到这行时,灵机一动,写出了如下代码:
#include<bits/stdc++.h> using namespace std; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",stdout); int n=0; return n; }
敢问dalao们这样交到SBCCF评测机上能过吗?