题解列表

筛选

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

摘要:解题思路只需要在纸上列出来,再结合题目里面的输出例子,就能知道规律了      注意事项:需要多组测试 参考代码: #include int fun(int n) { if(n<2……