Amosapientiam

https://yuchiki.github.io/

2018-08-11から1日間の記事一覧

C#でズンドコキヨシしてみた

n番煎じながらズンドコキヨシしてみた。 レギュレーション qiita.com 実装 ソースはこちら using System; using System.Collections.Generic; using System.Linq; using static System.Console; using static Zdk; static class Program { static Random ran…