I hereby claim:
- I am j4nu5 on github.
- I am j4nu5 (https://keybase.io/j4nu5) on keybase.
- I have a public key ASCReJ9P6Sev-Ec6hZ_J1OJHx1KrvUUUfhtB8u884PFGVwo
To claim this, I am signing this object:
#include <iostream> | |
#include <algorithm> | |
#include <vector> | |
#include <limits> | |
#include <cassert> | |
#include <limits> | |
using namespace std; | |
/******************** Solution Begin ***************************/ |
/* | |
ID: sinha.k1 | |
PROG: TEMPLATE | |
LANG: C++11 | |
*/ | |
#include <cstdio> | |
#include <cmath> | |
#include <cstring> | |
#include <ctime> | |
#include <cassert> |
#!/bin/bash | |
if [[ $# < 1 ]] | |
then | |
echo "Usage: ./solve.sh <PROBLEM_NAME>" | |
exit -1 | |
fi | |
PROBLEM_NAME="$1" | |
TEMPLATE_FILE="template.cpp" |
I hereby claim:
To claim this, I am signing this object:
#include <iostream> | |
#include <algorithm> | |
#include <vector> | |
#include <limits> | |
#include <cassert> | |
#include <stack> | |
#include <limits> | |
using namespace std; |