Дата активности | Видеокурс | Прогресс | ||
---|---|---|---|---|
2019-04-29 | soft0 | Демо софт | 15 % | |
Итого: | 13 % |
Дата активности | Консольный раздел | Прогресс | ||
---|---|---|---|---|
2019-04-29 | book | 000. Строки | 38 % | |
Итого: | 38 % |
string read = Console.ReadLine();
foreach(string s in read.Trim().Split(' ')) Console.WriteLine(s);
string x = Console.ReadLine();
for(int i=0; i<2; i++) Console.WriteLine(x);
string rezult = string.Empty;
for(int i=0; i<2; i++) rezult = string.Format("{0} {1}", rezult, Console.ReadLine().Length).Trim();
Console.WriteLine(rezult);