From b97cb391e3d9904b4c3a2eb1668fe65dbc9facbb Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 26 Feb 2017 11:54:47 +0100 Subject: [PATCH] Add uncommitted changes --- J.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 J.py diff --git a/J.py b/J.py new file mode 100644 index 0000000..411ea1c --- /dev/null +++ b/J.py @@ -0,0 +1,7 @@ +from __future__ import print_function +import sys +n, q, s = map(int, float, sys.stdin.readline().split()) +s_to_q = map(int, float, sys.stdin.readline().split()) +q_sizes = map(int, float, sys.stdin.readline().split()) + +# alleen nog even...