Skip to content

Instantly share code, notes, and snippets.

"""
This is the solution for the Sorted Set problem in Quora Haqaton, held on december 2014.
https://www.hackerrank.com/quora-haqathon
"""
import socket
import sys
import os
import threading
from struct import unpack, pack
from operator import itemgetter
//UVa problem 10278 "Fire Stations" C++ solution by @browserapps and @jdp5087
/* to test:
g++ UVa10278.cpp -o UVa10278
cat test-case | ./UVa10278
*/
#include <iostream>
#include <limits>