コード例 #1
0
ファイル: Program.cs プロジェクト: Themikuma/Internship
 static void Main(string[] args)
 {
     Console.WriteLine(MathProblems.SumBinaryRepresentations(50, 80));
 }
コード例 #2
0
 static void Main(string[] args)
 {
     Console.WriteLine(MathProblems.SumBinaryRepresentations(16, 17));
     Console.WriteLine(MathProblems.SumBinaryRepresentations(13, 19, 23));
 }