张田懿
张田懿
题解
你好牛客
全部文章
题解
归档
标签
去牛客网
登录
/
注册
你好牛客
770 浏览
2 回复
2020-12-08
张田懿
+关注
你好,牛客
https://ac.nowcoder.com/acm/problem/21984
很简单
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello nowcoder";
return 0;
}
举报
收藏 1
赞 9
评论加载中...