Algo. Add strings Пантелеев Станислав Spread the lovehttps://leetcode.com/problems/add-strings/ public string AddStrings(string num1, string num2) { var needZeroes = num1.Length — num2.Length; // adding leading zeroes var absNeedZeroes = Math.Abs(needZeroes); if (needZeroes Читать на сайте автора. 30.10.2021/0 Отзывы/от Станислав Пантелеев http://delphifeeds2.ru/wp-content/uploads/2018/11/logo-копия-1-300x138.png 0 0 Станислав Пантелеев http://delphifeeds2.ru/wp-content/uploads/2018/11/logo-копия-1-300x138.png Станислав Пантелеев2021-10-30 20:21:382021-10-30 20:56:55Algo. Add strings
Ответить
Хотите присоединиться к обсуждению?Не стесняйтесь вносить свой вклад!