题解列表

筛选

汽水瓶-题解(C语言代码)

摘要:#include using namespace std; int main() { int n,k,sum;//n空瓶,sum总共喝了多少瓶 while(cin>>n) { ……