[ベクジュン·アルゴリズム] ??!
10926
指紋表示
📎Link :
https://www.acmicpc.net/problem/10926
使用言語:C#(.NET)
アルゴリズム: 実装
解答『かいとう』
コード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| using System; using System.Collections.Generic; using System.Linq;
namespace boj { class Program { static void Main(string[] args) { Console.WriteLine(Console.ReadLine() + "??!");
} } }
|
結果『けっか』