A problem that I tried to solve with the help of strings and repetitive instructions, but on the console the result is not what I expected

前端 未结 0 1219
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-20 21:01

using System;

class Program { static void Main(string[] args)

{

    string candidateName = Console.ReadLine();

    string input = Console.ReadLine();         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题