- 博客(1)
- 收藏
- 关注
原创 2020-11-13
using System; namespace ConsoleApplicatioon001230 { class Program { static void Main(string[] args) { string s = Console.ReadLine(); Console.WriteLine(s.Length); int n1 = 0; int n2 = 0; char[] ch = s.ToCharArray(); for (int i = 0; i < s.Length; i++) { i
2020-11-13 15:37:56
62
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人