Skip to content

Instantly share code, notes, and snippets.

View halllllll's full-sized avatar
🥦
yes

halK halllllll

🥦
yes
  • I say, NO JOB
  • seaside, Niigata pref.
View GitHub Profile
@halllllll
halllllll / Q034.cs
Created July 24, 2017 07:15
MathPuzzleQ34 飛車と角の利き DFSで愚直にカウントするだけ
using System;
using System.Linq;
using System.IO;
using System.Diagnostics;
using System.Collections.Generic;
public class Program{
public static void Main(){
var stream = new StreamWriter(Console.OpenStandardOutput()){AutoFlush=false};
var watch = new Stopwatch();
@halllllll
halllllll / Q032.cs
Created July 24, 2017 06:19
MathPuzzleQ32 畳を敷き詰めるやつ DFSで再帰
using System;
using System.Linq;
using System.Collections.Generic;
public class Program{
public static int[,] tatami;
public static void Main(){
var tate = 4;
var yoko = 7;
//番兵法による外周