Ryson
Ryson
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Ryson的博客
全部文章
(共1篇)
题解 | 硬币凑钱
#include <iostream> using namespace std; int main() { int total; while (cin >> total) { // 注意 while 处理多个 case int a = tot...
2025-07-25
0
54