CSP-S 时 T3 面向数据编程:
const int N=1e5+10; int a[N]; int main() { int n=read()*2; for(int i=1;i<=n;++i)a[i]=read(); if(n<=10)暴力(); else 特判特殊性质(); }
人没了