Код: Выделить всё
#include
#include
#include
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
int n;
cin >> n;
while (n--) {
string word;
cin >> word;
if (word.length() > 10) {
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79812253/why-does-vs-code-s-external-console-cmd-exe-echo-my-input-when-running-a-c-p[/url]
Мобильная версия