派蒙是应急食品吗?旅行者选择题!
#include "iostream"\nusing namespace std;\n\nint main() {\n char choice;\n cin >> choice;\n\n if (choice == 'A') {\n cout << "food" << endl;\n } else {\n cout << "paimeng" << endl;\n }\n\n return 0;\n}
原文地址: https://www.cveoy.top/t/topic/pnEc 著作权归作者所有。请勿转载和采集!