Dinner-题解(C语言代码) 摘要:#include #include #include int main(void) { char abc[1000]={'\0'}; char bcd[1000]={'…… 题解列表 2019年10月09日 0 点赞 0 评论 637 浏览 评分:0.0
Dinner-题解(C++代码) 摘要: #include #include using namespace std; int main(){ int n; cin>>n; string tableware[4]…… 题解列表 2020年02月07日 0 点赞 0 评论 545 浏览 评分:0.0
Dinner-题解(C++代码) 摘要:```cpp #include using namespace std; int main(){ int n; // "bowl", "knife", "fork" ,"ch…… 题解列表 2020年04月11日 0 点赞 0 评论 430 浏览 评分:0.0
1367基础解法(Python) 摘要:注意事项:引用sys.stdin来获取输入参考代码:import syslst_tableware = ['fork','chopsticks','bowl&#…… 题解列表 2022年11月04日 0 点赞 0 评论 135 浏览 评分:0.0
简单易懂 思路简单 摘要:解题思路:注意事项:参考代码:while True: try: lt=input().split() lt.pop(0) ls=['fork','chopsticks&#…… 题解列表 2024年06月09日 0 点赞 0 评论 98 浏览 评分:0.0