summaryrefslogtreecommitdiff
path: root/exercise-template.cpp
blob: 0048d2b9e6e4dd13b7d7d98fba53fbf070c08d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <vector>

/*
 *
 * Description
 *
 *
 */

int main () {
	return 0;
}