Т.к язык не написан, написал на C++ ;)
#include <iostream>
using namespace std;
string s,t;
main () {
cin >>s >>t;
if (s.size() > t.size()) cout <<s;
else
cout <<t;
}
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Т.к язык не написан, написал на C++ ;)
#include <iostream>
using namespace std;
string s,t;
main () {
cin >>s >>t;
if (s.size() > t.size()) cout <<s;
else
cout <<t;
}