C++
- 4 ответа
- 0 вопросов
3
Вклад в тег
#include <iostream>
#include <cstring>
#include <vector>
using namespace std;
int main() {
vector<string> words;
int words_count;
cin >> words_count;
string tmp;
for(int i = 0;i < words_count; i++) {
cin >> tmp;
words.push_back(tmp);
}
bool check = true;
for(int i = 0;i<words_count;i++) {
if(words[i].length() != words[0].length())
{
check = false;
}
}
if(check) {
cout << "Yes";
} else {
cout << "No";
}
return 0;
}
long float ans = 1;
for(int i=1; i <= 10; i++) {
ans *= "Ваш пример"
}
long float ans = 1;
for(int i=1; i <= 10; i++) {
long double tmp = 0;
for(int m=1;m <=11; m++) {
tmp += "Ваш пример"
}
ans *= tmp;
}