///'#include //nusing namespace std;//n//nint main() {//n int age;//n cin >> age;//n//n int syrupPerDay;//n if (age >= 10) {//n syrupPerDay = 25;//n } else if (age >= 7) {//n syrupPerDay = 15;//n } else {//n syrupPerDay = 5;//n }//n//n int days = 5;//n int syrupPerBottle = 120;//n int totalSyrup = syrupPerDay * days;//n int bottles = (totalSyrup + syrupPerBottle - 1) / syrupPerBottle;//n//n cout << bottles << endl;//n//n return 0;//n}//n///


原文地址: https://www.cveoy.top/t/topic/qvli 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录