题解列表

筛选

输入输出练习之输出小人

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    char c;    cin>>c;    cout……