Skip to content

Instantly share code, notes, and snippets.

View tomvangoethem's full-sized avatar

Tom Van Goethem tomvangoethem

  • Belgium
View GitHub Profile
#include <cstdio>
#include <cstring>
#include <cassert>
#include <cstdint>
#include <algorithm>
#include <queue>
#include <openssl/sha.h>
#define LOG(fmt, ...) \
fprintf(stderr, "[%.2f] %s:%d - " fmt, 1.0 * clock() / CLOCKS_PER_SEC, \