本来想测试一下交互格式,写了这样的代码:
#include<bits/stdc++.h> using namespace std; extern "C" int _opt(int n, int x, int y){ return 2; }
然后竟然被checker判定为hack???(更离谱的是还AC了一个点
记录