stonya


私信TA

用户名:stonya

访问量:12689

签 名:

来颗呆桃

等  级
排  名 1126
经  验 3178
参赛次数 1
文章发表 38
年  龄 18
在职情况 学生
学  校
专  业 计算机科学与技术

  自我简介:

解题思路:

注意事项:

参考代码:

#include <bits/stdc++.h>
using namespace std;

int main() {
	string str, ans;
	int m = 0;
	while(cin >> str) {
		if(m < str.length()) {
			m = str.length();
			ans = str;
		}
	}
	cout << ans;
	return 0;
}


 

0.0分

3 人评分

  评论区

  • «
  • »