A101366.可爱表情
2026-02-09 13:01:50
发布于:河北
4阅读
0回复
0点赞
解题思路
5 行依次输出表情,建议直接复制
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "*^_^*" << endl;
cout << ">_<" << endl;
cout << "O_O" << endl;
cout << "=_=" << endl;
cout << "T_T" << endl;
return 0;
}
这里空空如也








有帮助,赞一个