NYIST_ACM工作室寒假周赛2题解
A.Catch That CowB.Numbers on Whiteboard#include <bits/stdc++.h>using namespace std;#define ll long long#define hhh 1000005ll t,n,m,k,sum,ans,maxx,flag;double summ;ll /*a[hhh],*/b[hhh],c[hhh],mp[hhh],book[hhh];int main() { ios::sync_with_




