aboutsummaryrefslogtreecommitdiff
path: root/2024/template.cpp
blob: 8428266f83829bd3e012d8aeb5bc02d938453baa (plain)
1
2
3
4
5
6
7
8
9
10
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;

int main() {
	while (cin >> TODO)
		;
	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net