A47682.小明爱喝可乐1 文字版题解小梦猫2025-05-12 16:29:43发布于:浙江6阅读0回复0点赞理清题目思路 题目要求为每天都会喝 222 瓶无糖可乐 , nnn 天共喝了多少 可以直接输出天数后×2即可 CODE HERE #include <bits/stdc++.h> using namespace std; int n = 0; int main(){ cin >> n; cout << n*2; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个