摘要: 题解: #include <iostream> using namespace std; int main(int argc, char const *argv[]) { int n, x;// n L水 和 x ml水杯 cin >> n >> x; //统一单位 n = n * 1000; // 阅读全文
posted @ 2023-09-12 14:24 攒一口袋小红花 阅读(474) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-09 16:17 攒一口袋小红花 阅读(29) 评论(0) 推荐(0)