ens-ulm-1-2015

google hashcode 2015 source for team ens-ulm-1
git clone https://a3nm.net/git/ens-ulm-1-2015/
Log | Files | Refs

commit fc9aa0596af5e9ad0884b104877453f482df7d12
parent a120e06849203eb29372316bec75bd41f3370452
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 27 Mar 2015 20:19:54 +0100

testing

Diffstat:
testing/a3nm/main.cpp | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/testing/a3nm/main.cpp b/testing/a3nm/main.cpp @@ -0,0 +1,22 @@ +#include <vector> +#include <cstdio> +#include <algorithm> +#include <map> +#include <time.h> + +using namespace std; + +#define MAXN 1002 + +int main(int argc, char **argv) { + scanf("%d", &R); + scanf("%d", &S); + scanf("%d", &U); + scanf("%d", &P); + scanf("%d", &M); + + // TODO + + return 0; +} +