题解列表

筛选

1971: 外出旅游(C语言)

摘要:解题思路:方便理解,循环处理注意事项:参考代码:#include <stdio.h> int main() {     int f;      // 水果数     int m;      ……