https://www.hackerrank.com/challenges/the-grid-search
$ cc -O2 -o c main.c
$ go build -o go main.go
$ time ./c < z.txt
https://www.hackerrank.com/challenges/the-grid-search
$ cc -O2 -o c main.c
$ go build -o go main.go
$ time ./c < z.txt
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "unicode/utf16" | |
| ) | |
| /* | |
| #include <Windows.h> |