#include<bits/stdc++.h>
using namespace std ;
using LL = long long ;
int main(){
freopen("candy.in", "r" , stdin);
freopen("candy.out", "w", stdout);
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
//你的代码开始
return 0;
}
—— 本文来自火龙信奥(义乌睿码科技):义乌青少年信息学奥赛与编程教育平台,专注 CSP-J/S、NOIP、GESP 竞赛培训,线上线下融合教学,助力编程升学。网址:hlcoding.com