久违的 场, A. 面包店故事 思路 判断 与 的大小关系即可, 不小于 输出 ,否则为 。 代码实现 // Problem: 面包店故事 // Contest: NowCoder // URL: https://ac.nowcoder.com/acm/contest/88392/A // Memory Limit: 524288 MB // Time Limit: 2000 ms // // Powered by CP Editor (https://cpeditor.org) #include <bits/stdc++.h> using namespace std; ...