Ozon Tech Challenge 2020 (Div.1 + Div.2, Rated, T-shirts + prizes!) 比赛人数7420
[codeforces 1305A] Kuroni and the Gifts 故弄玄虚
总目录详见https://blog.csdn.net/mrcrack/article/details/103564004
在线测评地址https://codeforces.ml/contest/1305/problem/A
Problem | Lang | Verdict | Time | Memory |
---|---|---|---|---|
A - Kuroni and the Gifts | GNU C++11 | Accepted | 31 ms | 0 KB |
题目给的处理手法,无用,本质还是要抓住和不同
a1 b1 肯定能推导出下面的和 a1+b1 AC代码如下 #include