标签:就是 函数 read 手写 cpp ++ print 注意 ++i
第一二个测试点直接 $ O(nm) $ 暴力就可以了吧。但是需要注意 1e4 * 1e4 要卡常, T 掉的大概吧 max 函数手写一下,写成 #define max(a,b) (a>b?a:b)就可以了
for(int i=1;i<=q;++i){
x=read();ans=0;
for(int j=1;j<=n;++j)
ans=max(ans,k[j].a*x*x+k[j].b*x);
printf("%lld\n",ans);
}
}
第二个点的 $ a_i <=1 $ 就是 $\frac {cnt_1 + 1} {2} $
标签:就是 函数 read 手写 cpp ++ print 注意 ++i
原文地址:https://www.cnblogs.com/gdxzq/p/13959916.html