From 6894d75bd5a3532d3583dd357dd086020ab5353e Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 8 Oct 2022 21:08:40 +0800 Subject: [PATCH] Add testdata for AtCoder/ABC257 --- AtCoder/ABC257/A/data/00_sample_01.in | 3 +++ AtCoder/ABC257/A/data/00_sample_01.out | 3 +++ AtCoder/ABC257/A/data/00_sample_02.in | 3 +++ AtCoder/ABC257/A/data/00_sample_02.out | 3 +++ AtCoder/ABC257/A/data/01_random_01.in | 3 +++ AtCoder/ABC257/A/data/01_random_01.out | 3 +++ AtCoder/ABC257/A/data/01_random_02.in | 3 +++ AtCoder/ABC257/A/data/01_random_02.out | 3 +++ AtCoder/ABC257/A/data/01_random_03.in | 3 +++ AtCoder/ABC257/A/data/01_random_03.out | 3 +++ AtCoder/ABC257/A/data/01_random_04.in | 3 +++ AtCoder/ABC257/A/data/01_random_04.out | 3 +++ AtCoder/ABC257/A/data/01_random_05.in | 3 +++ AtCoder/ABC257/A/data/01_random_05.out | 3 +++ AtCoder/ABC257/A/data/01_random_06.in | 3 +++ AtCoder/ABC257/A/data/01_random_06.out | 3 +++ AtCoder/ABC257/A/data/01_random_07.in | 3 +++ AtCoder/ABC257/A/data/01_random_07.out | 3 +++ AtCoder/ABC257/A/data/01_random_08.in | 3 +++ AtCoder/ABC257/A/data/01_random_08.out | 3 +++ AtCoder/ABC257/B/data/example_00.in | 3 +++ AtCoder/ABC257/B/data/example_00.out | 3 +++ AtCoder/ABC257/B/data/example_01.in | 3 +++ AtCoder/ABC257/B/data/example_01.out | 3 +++ AtCoder/ABC257/B/data/example_02.in | 3 +++ AtCoder/ABC257/B/data/example_02.out | 3 +++ AtCoder/ABC257/B/data/hand_00.in | 3 +++ AtCoder/ABC257/B/data/hand_00.out | 3 +++ AtCoder/ABC257/B/data/hand_01.in | 3 +++ AtCoder/ABC257/B/data/hand_01.out | 3 +++ AtCoder/ABC257/B/data/hand_02.in | 3 +++ AtCoder/ABC257/B/data/hand_02.out | 3 +++ AtCoder/ABC257/B/data/hand_03.in | 3 +++ AtCoder/ABC257/B/data/hand_03.out | 3 +++ AtCoder/ABC257/B/data/hand_04.in | 3 +++ AtCoder/ABC257/B/data/hand_04.out | 3 +++ AtCoder/ABC257/B/data/hand_05.in | 3 +++ AtCoder/ABC257/B/data/hand_05.out | 3 +++ AtCoder/ABC257/B/data/random_00.in | 3 +++ AtCoder/ABC257/B/data/random_00.out | 3 +++ AtCoder/ABC257/B/data/random_01.in | 3 +++ AtCoder/ABC257/B/data/random_01.out | 3 +++ AtCoder/ABC257/B/data/random_02.in | 3 +++ AtCoder/ABC257/B/data/random_02.out | 3 +++ AtCoder/ABC257/B/data/random_03.in | 3 +++ AtCoder/ABC257/B/data/random_03.out | 3 +++ AtCoder/ABC257/B/data/random_04.in | 3 +++ AtCoder/ABC257/B/data/random_04.out | 3 +++ AtCoder/ABC257/B/data/random_05.in | 3 +++ AtCoder/ABC257/B/data/random_05.out | 3 +++ AtCoder/ABC257/B/data/random_06.in | 3 +++ AtCoder/ABC257/B/data/random_06.out | 3 +++ AtCoder/ABC257/B/data/random_07.in | 3 +++ AtCoder/ABC257/B/data/random_07.out | 3 +++ AtCoder/ABC257/B/data/random_08.in | 3 +++ AtCoder/ABC257/B/data/random_08.out | 3 +++ AtCoder/ABC257/B/data/random_09.in | 3 +++ AtCoder/ABC257/B/data/random_09.out | 3 +++ AtCoder/ABC257/C/data/example_00.in | 3 +++ AtCoder/ABC257/C/data/example_00.out | 3 +++ AtCoder/ABC257/C/data/example_01.in | 3 +++ AtCoder/ABC257/C/data/example_01.out | 3 +++ AtCoder/ABC257/C/data/example_02.in | 3 +++ AtCoder/ABC257/C/data/example_02.out | 3 +++ AtCoder/ABC257/C/data/hand_00.in | 3 +++ AtCoder/ABC257/C/data/hand_00.out | 3 +++ AtCoder/ABC257/C/data/hand_01.in | 3 +++ AtCoder/ABC257/C/data/hand_01.out | 3 +++ AtCoder/ABC257/C/data/hand_02.in | 3 +++ AtCoder/ABC257/C/data/hand_02.out | 3 +++ AtCoder/ABC257/C/data/hand_03.in | 3 +++ AtCoder/ABC257/C/data/hand_03.out | 3 +++ AtCoder/ABC257/C/data/hand_04.in | 3 +++ AtCoder/ABC257/C/data/hand_04.out | 3 +++ AtCoder/ABC257/C/data/hand_05.in | 3 +++ AtCoder/ABC257/C/data/hand_05.out | 3 +++ AtCoder/ABC257/C/data/hand_06.in | 3 +++ AtCoder/ABC257/C/data/hand_06.out | 3 +++ AtCoder/ABC257/C/data/random_00.in | 3 +++ AtCoder/ABC257/C/data/random_00.out | 3 +++ AtCoder/ABC257/C/data/random_01.in | 3 +++ AtCoder/ABC257/C/data/random_01.out | 3 +++ AtCoder/ABC257/C/data/random_02.in | 3 +++ AtCoder/ABC257/C/data/random_02.out | 3 +++ AtCoder/ABC257/C/data/random_03.in | 3 +++ AtCoder/ABC257/C/data/random_03.out | 3 +++ AtCoder/ABC257/C/data/random_04.in | 3 +++ AtCoder/ABC257/C/data/random_04.out | 3 +++ AtCoder/ABC257/C/data/random_05.in | 3 +++ AtCoder/ABC257/C/data/random_05.out | 3 +++ AtCoder/ABC257/C/data/random_06.in | 3 +++ AtCoder/ABC257/C/data/random_06.out | 3 +++ AtCoder/ABC257/C/data/random_07.in | 3 +++ AtCoder/ABC257/C/data/random_07.out | 3 +++ AtCoder/ABC257/C/data/random_08.in | 3 +++ AtCoder/ABC257/C/data/random_08.out | 3 +++ AtCoder/ABC257/C/data/random_09.in | 3 +++ AtCoder/ABC257/C/data/random_09.out | 3 +++ AtCoder/ABC257/C/data/random_10.in | 3 +++ AtCoder/ABC257/C/data/random_10.out | 3 +++ AtCoder/ABC257/C/data/random_11.in | 3 +++ AtCoder/ABC257/C/data/random_11.out | 3 +++ AtCoder/ABC257/C/data/random_12.in | 3 +++ AtCoder/ABC257/C/data/random_12.out | 3 +++ AtCoder/ABC257/C/data/random_13.in | 3 +++ AtCoder/ABC257/C/data/random_13.out | 3 +++ AtCoder/ABC257/C/data/random_14.in | 3 +++ AtCoder/ABC257/C/data/random_14.out | 3 +++ AtCoder/ABC257/C/data/random_15.in | 3 +++ AtCoder/ABC257/C/data/random_15.out | 3 +++ AtCoder/ABC257/C/data/random_16.in | 3 +++ AtCoder/ABC257/C/data/random_16.out | 3 +++ AtCoder/ABC257/C/data/random_17.in | 3 +++ AtCoder/ABC257/C/data/random_17.out | 3 +++ AtCoder/ABC257/C/data/random_18.in | 3 +++ AtCoder/ABC257/C/data/random_18.out | 3 +++ AtCoder/ABC257/C/data/random_19.in | 3 +++ AtCoder/ABC257/C/data/random_19.out | 3 +++ AtCoder/ABC257/C/data/random_20.in | 3 +++ AtCoder/ABC257/C/data/random_20.out | 3 +++ AtCoder/ABC257/C/data/random_21.in | 3 +++ AtCoder/ABC257/C/data/random_21.out | 3 +++ AtCoder/ABC257/C/data/random_22.in | 3 +++ AtCoder/ABC257/C/data/random_22.out | 3 +++ AtCoder/ABC257/C/data/random_23.in | 3 +++ AtCoder/ABC257/C/data/random_23.out | 3 +++ AtCoder/ABC257/C/data/random_24.in | 3 +++ AtCoder/ABC257/C/data/random_24.out | 3 +++ AtCoder/ABC257/D/data/00_sample_01.in | 3 +++ AtCoder/ABC257/D/data/00_sample_01.out | 3 +++ AtCoder/ABC257/D/data/00_sample_02.in | 3 +++ AtCoder/ABC257/D/data/00_sample_02.out | 3 +++ AtCoder/ABC257/D/data/01_random_01.in | 3 +++ AtCoder/ABC257/D/data/01_random_01.out | 3 +++ AtCoder/ABC257/D/data/01_random_02.in | 3 +++ AtCoder/ABC257/D/data/01_random_02.out | 3 +++ AtCoder/ABC257/D/data/01_random_03.in | 3 +++ AtCoder/ABC257/D/data/01_random_03.out | 3 +++ AtCoder/ABC257/D/data/01_random_04.in | 3 +++ AtCoder/ABC257/D/data/01_random_04.out | 3 +++ AtCoder/ABC257/D/data/01_random_05.in | 3 +++ AtCoder/ABC257/D/data/01_random_05.out | 3 +++ AtCoder/ABC257/D/data/01_random_06.in | 3 +++ AtCoder/ABC257/D/data/01_random_06.out | 3 +++ AtCoder/ABC257/D/data/01_random_07.in | 3 +++ AtCoder/ABC257/D/data/01_random_07.out | 3 +++ AtCoder/ABC257/D/data/01_random_08.in | 3 +++ AtCoder/ABC257/D/data/01_random_08.out | 3 +++ AtCoder/ABC257/D/data/02_max_01.in | 3 +++ AtCoder/ABC257/D/data/02_max_01.out | 3 +++ AtCoder/ABC257/D/data/02_max_02.in | 3 +++ AtCoder/ABC257/D/data/02_max_02.out | 3 +++ AtCoder/ABC257/D/data/02_max_03.in | 3 +++ AtCoder/ABC257/D/data/02_max_03.out | 3 +++ AtCoder/ABC257/D/data/02_max_04.in | 3 +++ AtCoder/ABC257/D/data/02_max_04.out | 3 +++ AtCoder/ABC257/D/data/02_max_05.in | 3 +++ AtCoder/ABC257/D/data/02_max_05.out | 3 +++ AtCoder/ABC257/D/data/02_max_06.in | 3 +++ AtCoder/ABC257/D/data/02_max_06.out | 3 +++ AtCoder/ABC257/D/data/02_max_07.in | 3 +++ AtCoder/ABC257/D/data/02_max_07.out | 3 +++ AtCoder/ABC257/D/data/02_max_08.in | 3 +++ AtCoder/ABC257/D/data/02_max_08.out | 3 +++ AtCoder/ABC257/D/data/02_max_09.in | 3 +++ AtCoder/ABC257/D/data/02_max_09.out | 3 +++ AtCoder/ABC257/D/data/02_max_10.in | 3 +++ AtCoder/ABC257/D/data/02_max_10.out | 3 +++ AtCoder/ABC257/D/data/02_max_11.in | 3 +++ AtCoder/ABC257/D/data/02_max_11.out | 3 +++ AtCoder/ABC257/D/data/02_max_12.in | 3 +++ AtCoder/ABC257/D/data/02_max_12.out | 3 +++ AtCoder/ABC257/D/data/02_max_13.in | 3 +++ AtCoder/ABC257/D/data/02_max_13.out | 3 +++ AtCoder/ABC257/D/data/02_max_14.in | 3 +++ AtCoder/ABC257/D/data/02_max_14.out | 3 +++ AtCoder/ABC257/D/data/02_max_15.in | 3 +++ AtCoder/ABC257/D/data/02_max_15.out | 3 +++ AtCoder/ABC257/D/data/02_max_16.in | 3 +++ AtCoder/ABC257/D/data/02_max_16.out | 3 +++ AtCoder/ABC257/D/data/02_max_17.in | 3 +++ AtCoder/ABC257/D/data/02_max_17.out | 3 +++ AtCoder/ABC257/D/data/02_max_18.in | 3 +++ AtCoder/ABC257/D/data/02_max_18.out | 3 +++ AtCoder/ABC257/D/data/02_max_19.in | 3 +++ AtCoder/ABC257/D/data/02_max_19.out | 3 +++ AtCoder/ABC257/D/data/02_max_20.in | 3 +++ AtCoder/ABC257/D/data/02_max_20.out | 3 +++ AtCoder/ABC257/D/data/02_max_21.in | 3 +++ AtCoder/ABC257/D/data/02_max_21.out | 3 +++ AtCoder/ABC257/D/data/02_max_22.in | 3 +++ AtCoder/ABC257/D/data/02_max_22.out | 3 +++ AtCoder/ABC257/D/data/02_max_23.in | 3 +++ AtCoder/ABC257/D/data/02_max_23.out | 3 +++ AtCoder/ABC257/D/data/02_max_24.in | 3 +++ AtCoder/ABC257/D/data/02_max_24.out | 3 +++ AtCoder/ABC257/D/data/02_max_25.in | 3 +++ AtCoder/ABC257/D/data/02_max_25.out | 3 +++ AtCoder/ABC257/D/data/03_handmade_01.in | 3 +++ AtCoder/ABC257/D/data/03_handmade_01.out | 3 +++ AtCoder/ABC257/D/data/03_handmade_02.in | 3 +++ AtCoder/ABC257/D/data/03_handmade_02.out | 3 +++ AtCoder/ABC257/D/data/03_handmade_03.in | 3 +++ AtCoder/ABC257/D/data/03_handmade_03.out | 3 +++ AtCoder/ABC257/D/data/03_handmade_04.in | 3 +++ AtCoder/ABC257/D/data/03_handmade_04.out | 3 +++ AtCoder/ABC257/D/data/03_handmade_05.in | 3 +++ AtCoder/ABC257/D/data/03_handmade_05.out | 3 +++ AtCoder/ABC257/E/data/00_sample_01.in | 3 +++ AtCoder/ABC257/E/data/00_sample_01.out | 3 +++ AtCoder/ABC257/E/data/00_sample_02.in | 3 +++ AtCoder/ABC257/E/data/00_sample_02.out | 3 +++ AtCoder/ABC257/E/data/01_random_01.in | 3 +++ AtCoder/ABC257/E/data/01_random_01.out | 3 +++ AtCoder/ABC257/E/data/01_random_02.in | 3 +++ AtCoder/ABC257/E/data/01_random_02.out | 3 +++ AtCoder/ABC257/E/data/01_random_03.in | 3 +++ AtCoder/ABC257/E/data/01_random_03.out | 3 +++ AtCoder/ABC257/E/data/01_random_04.in | 3 +++ AtCoder/ABC257/E/data/01_random_04.out | 3 +++ AtCoder/ABC257/E/data/01_random_05.in | 3 +++ AtCoder/ABC257/E/data/01_random_05.out | 3 +++ AtCoder/ABC257/E/data/02_max_01.in | 3 +++ AtCoder/ABC257/E/data/02_max_01.out | 3 +++ AtCoder/ABC257/E/data/02_max_02.in | 3 +++ AtCoder/ABC257/E/data/02_max_02.out | 3 +++ AtCoder/ABC257/E/data/02_max_03.in | 3 +++ AtCoder/ABC257/E/data/02_max_03.out | 3 +++ AtCoder/ABC257/E/data/02_max_04.in | 3 +++ AtCoder/ABC257/E/data/02_max_04.out | 3 +++ AtCoder/ABC257/E/data/02_max_05.in | 3 +++ AtCoder/ABC257/E/data/02_max_05.out | 3 +++ AtCoder/ABC257/E/data/02_max_06.in | 3 +++ AtCoder/ABC257/E/data/02_max_06.out | 3 +++ AtCoder/ABC257/E/data/02_max_07.in | 3 +++ AtCoder/ABC257/E/data/02_max_07.out | 3 +++ AtCoder/ABC257/E/data/02_max_08.in | 3 +++ AtCoder/ABC257/E/data/02_max_08.out | 3 +++ AtCoder/ABC257/E/data/02_max_09.in | 3 +++ AtCoder/ABC257/E/data/02_max_09.out | 3 +++ AtCoder/ABC257/E/data/02_max_10.in | 3 +++ AtCoder/ABC257/E/data/02_max_10.out | 3 +++ AtCoder/ABC257/E/data/02_max_11.in | 3 +++ AtCoder/ABC257/E/data/02_max_11.out | 3 +++ AtCoder/ABC257/E/data/02_max_12.in | 3 +++ AtCoder/ABC257/E/data/02_max_12.out | 3 +++ AtCoder/ABC257/E/data/02_max_13.in | 3 +++ AtCoder/ABC257/E/data/02_max_13.out | 3 +++ AtCoder/ABC257/E/data/02_max_14.in | 3 +++ AtCoder/ABC257/E/data/02_max_14.out | 3 +++ AtCoder/ABC257/E/data/02_max_15.in | 3 +++ AtCoder/ABC257/E/data/02_max_15.out | 3 +++ AtCoder/ABC257/E/data/02_max_16.in | 3 +++ AtCoder/ABC257/E/data/02_max_16.out | 3 +++ AtCoder/ABC257/E/data/02_max_17.in | 3 +++ AtCoder/ABC257/E/data/02_max_17.out | 3 +++ AtCoder/ABC257/E/data/02_max_18.in | 3 +++ AtCoder/ABC257/E/data/02_max_18.out | 3 +++ AtCoder/ABC257/E/data/02_max_19.in | 3 +++ AtCoder/ABC257/E/data/02_max_19.out | 3 +++ AtCoder/ABC257/E/data/02_max_20.in | 3 +++ AtCoder/ABC257/E/data/02_max_20.out | 3 +++ AtCoder/ABC257/E/data/02_max_21.in | 3 +++ AtCoder/ABC257/E/data/02_max_21.out | 3 +++ AtCoder/ABC257/E/data/02_max_22.in | 3 +++ AtCoder/ABC257/E/data/02_max_22.out | 3 +++ AtCoder/ABC257/E/data/02_max_23.in | 3 +++ AtCoder/ABC257/E/data/02_max_23.out | 3 +++ 268 files changed, 804 insertions(+) create mode 100644 AtCoder/ABC257/A/data/00_sample_01.in create mode 100644 AtCoder/ABC257/A/data/00_sample_01.out create mode 100644 AtCoder/ABC257/A/data/00_sample_02.in create mode 100644 AtCoder/ABC257/A/data/00_sample_02.out create mode 100644 AtCoder/ABC257/A/data/01_random_01.in create mode 100644 AtCoder/ABC257/A/data/01_random_01.out create mode 100644 AtCoder/ABC257/A/data/01_random_02.in create mode 100644 AtCoder/ABC257/A/data/01_random_02.out create mode 100644 AtCoder/ABC257/A/data/01_random_03.in create mode 100644 AtCoder/ABC257/A/data/01_random_03.out create mode 100644 AtCoder/ABC257/A/data/01_random_04.in create mode 100644 AtCoder/ABC257/A/data/01_random_04.out create mode 100644 AtCoder/ABC257/A/data/01_random_05.in create mode 100644 AtCoder/ABC257/A/data/01_random_05.out create mode 100644 AtCoder/ABC257/A/data/01_random_06.in create mode 100644 AtCoder/ABC257/A/data/01_random_06.out create mode 100644 AtCoder/ABC257/A/data/01_random_07.in create mode 100644 AtCoder/ABC257/A/data/01_random_07.out create mode 100644 AtCoder/ABC257/A/data/01_random_08.in create mode 100644 AtCoder/ABC257/A/data/01_random_08.out create mode 100644 AtCoder/ABC257/B/data/example_00.in create mode 100644 AtCoder/ABC257/B/data/example_00.out create mode 100644 AtCoder/ABC257/B/data/example_01.in create mode 100644 AtCoder/ABC257/B/data/example_01.out create mode 100644 AtCoder/ABC257/B/data/example_02.in create mode 100644 AtCoder/ABC257/B/data/example_02.out create mode 100644 AtCoder/ABC257/B/data/hand_00.in create mode 100644 AtCoder/ABC257/B/data/hand_00.out create mode 100644 AtCoder/ABC257/B/data/hand_01.in create mode 100644 AtCoder/ABC257/B/data/hand_01.out create mode 100644 AtCoder/ABC257/B/data/hand_02.in create mode 100644 AtCoder/ABC257/B/data/hand_02.out create mode 100644 AtCoder/ABC257/B/data/hand_03.in create mode 100644 AtCoder/ABC257/B/data/hand_03.out create mode 100644 AtCoder/ABC257/B/data/hand_04.in create mode 100644 AtCoder/ABC257/B/data/hand_04.out create mode 100644 AtCoder/ABC257/B/data/hand_05.in create mode 100644 AtCoder/ABC257/B/data/hand_05.out create mode 100644 AtCoder/ABC257/B/data/random_00.in create mode 100644 AtCoder/ABC257/B/data/random_00.out create mode 100644 AtCoder/ABC257/B/data/random_01.in create mode 100644 AtCoder/ABC257/B/data/random_01.out create mode 100644 AtCoder/ABC257/B/data/random_02.in create mode 100644 AtCoder/ABC257/B/data/random_02.out create mode 100644 AtCoder/ABC257/B/data/random_03.in create mode 100644 AtCoder/ABC257/B/data/random_03.out create mode 100644 AtCoder/ABC257/B/data/random_04.in create mode 100644 AtCoder/ABC257/B/data/random_04.out create mode 100644 AtCoder/ABC257/B/data/random_05.in create mode 100644 AtCoder/ABC257/B/data/random_05.out create mode 100644 AtCoder/ABC257/B/data/random_06.in create mode 100644 AtCoder/ABC257/B/data/random_06.out create mode 100644 AtCoder/ABC257/B/data/random_07.in create mode 100644 AtCoder/ABC257/B/data/random_07.out create mode 100644 AtCoder/ABC257/B/data/random_08.in create mode 100644 AtCoder/ABC257/B/data/random_08.out create mode 100644 AtCoder/ABC257/B/data/random_09.in create mode 100644 AtCoder/ABC257/B/data/random_09.out create mode 100644 AtCoder/ABC257/C/data/example_00.in create mode 100644 AtCoder/ABC257/C/data/example_00.out create mode 100644 AtCoder/ABC257/C/data/example_01.in create mode 100644 AtCoder/ABC257/C/data/example_01.out create mode 100644 AtCoder/ABC257/C/data/example_02.in create mode 100644 AtCoder/ABC257/C/data/example_02.out create mode 100644 AtCoder/ABC257/C/data/hand_00.in create mode 100644 AtCoder/ABC257/C/data/hand_00.out create mode 100644 AtCoder/ABC257/C/data/hand_01.in create mode 100644 AtCoder/ABC257/C/data/hand_01.out create mode 100644 AtCoder/ABC257/C/data/hand_02.in create mode 100644 AtCoder/ABC257/C/data/hand_02.out create mode 100644 AtCoder/ABC257/C/data/hand_03.in create mode 100644 AtCoder/ABC257/C/data/hand_03.out create mode 100644 AtCoder/ABC257/C/data/hand_04.in create mode 100644 AtCoder/ABC257/C/data/hand_04.out create mode 100644 AtCoder/ABC257/C/data/hand_05.in create mode 100644 AtCoder/ABC257/C/data/hand_05.out create mode 100644 AtCoder/ABC257/C/data/hand_06.in create mode 100644 AtCoder/ABC257/C/data/hand_06.out create mode 100644 AtCoder/ABC257/C/data/random_00.in create mode 100644 AtCoder/ABC257/C/data/random_00.out create mode 100644 AtCoder/ABC257/C/data/random_01.in create mode 100644 AtCoder/ABC257/C/data/random_01.out create mode 100644 AtCoder/ABC257/C/data/random_02.in create mode 100644 AtCoder/ABC257/C/data/random_02.out create mode 100644 AtCoder/ABC257/C/data/random_03.in create mode 100644 AtCoder/ABC257/C/data/random_03.out create mode 100644 AtCoder/ABC257/C/data/random_04.in create mode 100644 AtCoder/ABC257/C/data/random_04.out create mode 100644 AtCoder/ABC257/C/data/random_05.in create mode 100644 AtCoder/ABC257/C/data/random_05.out create mode 100644 AtCoder/ABC257/C/data/random_06.in create mode 100644 AtCoder/ABC257/C/data/random_06.out create mode 100644 AtCoder/ABC257/C/data/random_07.in create mode 100644 AtCoder/ABC257/C/data/random_07.out create mode 100644 AtCoder/ABC257/C/data/random_08.in create mode 100644 AtCoder/ABC257/C/data/random_08.out create mode 100644 AtCoder/ABC257/C/data/random_09.in create mode 100644 AtCoder/ABC257/C/data/random_09.out create mode 100644 AtCoder/ABC257/C/data/random_10.in create mode 100644 AtCoder/ABC257/C/data/random_10.out create mode 100644 AtCoder/ABC257/C/data/random_11.in create mode 100644 AtCoder/ABC257/C/data/random_11.out create mode 100644 AtCoder/ABC257/C/data/random_12.in create mode 100644 AtCoder/ABC257/C/data/random_12.out create mode 100644 AtCoder/ABC257/C/data/random_13.in create mode 100644 AtCoder/ABC257/C/data/random_13.out create mode 100644 AtCoder/ABC257/C/data/random_14.in create mode 100644 AtCoder/ABC257/C/data/random_14.out create mode 100644 AtCoder/ABC257/C/data/random_15.in create mode 100644 AtCoder/ABC257/C/data/random_15.out create mode 100644 AtCoder/ABC257/C/data/random_16.in create mode 100644 AtCoder/ABC257/C/data/random_16.out create mode 100644 AtCoder/ABC257/C/data/random_17.in create mode 100644 AtCoder/ABC257/C/data/random_17.out create mode 100644 AtCoder/ABC257/C/data/random_18.in create mode 100644 AtCoder/ABC257/C/data/random_18.out create mode 100644 AtCoder/ABC257/C/data/random_19.in create mode 100644 AtCoder/ABC257/C/data/random_19.out create mode 100644 AtCoder/ABC257/C/data/random_20.in create mode 100644 AtCoder/ABC257/C/data/random_20.out create mode 100644 AtCoder/ABC257/C/data/random_21.in create mode 100644 AtCoder/ABC257/C/data/random_21.out create mode 100644 AtCoder/ABC257/C/data/random_22.in create mode 100644 AtCoder/ABC257/C/data/random_22.out create mode 100644 AtCoder/ABC257/C/data/random_23.in create mode 100644 AtCoder/ABC257/C/data/random_23.out create mode 100644 AtCoder/ABC257/C/data/random_24.in create mode 100644 AtCoder/ABC257/C/data/random_24.out create mode 100644 AtCoder/ABC257/D/data/00_sample_01.in create mode 100644 AtCoder/ABC257/D/data/00_sample_01.out create mode 100644 AtCoder/ABC257/D/data/00_sample_02.in create mode 100644 AtCoder/ABC257/D/data/00_sample_02.out create mode 100644 AtCoder/ABC257/D/data/01_random_01.in create mode 100644 AtCoder/ABC257/D/data/01_random_01.out create mode 100644 AtCoder/ABC257/D/data/01_random_02.in create mode 100644 AtCoder/ABC257/D/data/01_random_02.out create mode 100644 AtCoder/ABC257/D/data/01_random_03.in create mode 100644 AtCoder/ABC257/D/data/01_random_03.out create mode 100644 AtCoder/ABC257/D/data/01_random_04.in create mode 100644 AtCoder/ABC257/D/data/01_random_04.out create mode 100644 AtCoder/ABC257/D/data/01_random_05.in create mode 100644 AtCoder/ABC257/D/data/01_random_05.out create mode 100644 AtCoder/ABC257/D/data/01_random_06.in create mode 100644 AtCoder/ABC257/D/data/01_random_06.out create mode 100644 AtCoder/ABC257/D/data/01_random_07.in create mode 100644 AtCoder/ABC257/D/data/01_random_07.out create mode 100644 AtCoder/ABC257/D/data/01_random_08.in create mode 100644 AtCoder/ABC257/D/data/01_random_08.out create mode 100644 AtCoder/ABC257/D/data/02_max_01.in create mode 100644 AtCoder/ABC257/D/data/02_max_01.out create mode 100644 AtCoder/ABC257/D/data/02_max_02.in create mode 100644 AtCoder/ABC257/D/data/02_max_02.out create mode 100644 AtCoder/ABC257/D/data/02_max_03.in create mode 100644 AtCoder/ABC257/D/data/02_max_03.out create mode 100644 AtCoder/ABC257/D/data/02_max_04.in create mode 100644 AtCoder/ABC257/D/data/02_max_04.out create mode 100644 AtCoder/ABC257/D/data/02_max_05.in create mode 100644 AtCoder/ABC257/D/data/02_max_05.out create mode 100644 AtCoder/ABC257/D/data/02_max_06.in create mode 100644 AtCoder/ABC257/D/data/02_max_06.out create mode 100644 AtCoder/ABC257/D/data/02_max_07.in create mode 100644 AtCoder/ABC257/D/data/02_max_07.out create mode 100644 AtCoder/ABC257/D/data/02_max_08.in create mode 100644 AtCoder/ABC257/D/data/02_max_08.out create mode 100644 AtCoder/ABC257/D/data/02_max_09.in create mode 100644 AtCoder/ABC257/D/data/02_max_09.out create mode 100644 AtCoder/ABC257/D/data/02_max_10.in create mode 100644 AtCoder/ABC257/D/data/02_max_10.out create mode 100644 AtCoder/ABC257/D/data/02_max_11.in create mode 100644 AtCoder/ABC257/D/data/02_max_11.out create mode 100644 AtCoder/ABC257/D/data/02_max_12.in create mode 100644 AtCoder/ABC257/D/data/02_max_12.out create mode 100644 AtCoder/ABC257/D/data/02_max_13.in create mode 100644 AtCoder/ABC257/D/data/02_max_13.out create mode 100644 AtCoder/ABC257/D/data/02_max_14.in create mode 100644 AtCoder/ABC257/D/data/02_max_14.out create mode 100644 AtCoder/ABC257/D/data/02_max_15.in create mode 100644 AtCoder/ABC257/D/data/02_max_15.out create mode 100644 AtCoder/ABC257/D/data/02_max_16.in create mode 100644 AtCoder/ABC257/D/data/02_max_16.out create mode 100644 AtCoder/ABC257/D/data/02_max_17.in create mode 100644 AtCoder/ABC257/D/data/02_max_17.out create mode 100644 AtCoder/ABC257/D/data/02_max_18.in create mode 100644 AtCoder/ABC257/D/data/02_max_18.out create mode 100644 AtCoder/ABC257/D/data/02_max_19.in create mode 100644 AtCoder/ABC257/D/data/02_max_19.out create mode 100644 AtCoder/ABC257/D/data/02_max_20.in create mode 100644 AtCoder/ABC257/D/data/02_max_20.out create mode 100644 AtCoder/ABC257/D/data/02_max_21.in create mode 100644 AtCoder/ABC257/D/data/02_max_21.out create mode 100644 AtCoder/ABC257/D/data/02_max_22.in create mode 100644 AtCoder/ABC257/D/data/02_max_22.out create mode 100644 AtCoder/ABC257/D/data/02_max_23.in create mode 100644 AtCoder/ABC257/D/data/02_max_23.out create mode 100644 AtCoder/ABC257/D/data/02_max_24.in create mode 100644 AtCoder/ABC257/D/data/02_max_24.out create mode 100644 AtCoder/ABC257/D/data/02_max_25.in create mode 100644 AtCoder/ABC257/D/data/02_max_25.out create mode 100644 AtCoder/ABC257/D/data/03_handmade_01.in create mode 100644 AtCoder/ABC257/D/data/03_handmade_01.out create mode 100644 AtCoder/ABC257/D/data/03_handmade_02.in create mode 100644 AtCoder/ABC257/D/data/03_handmade_02.out create mode 100644 AtCoder/ABC257/D/data/03_handmade_03.in create mode 100644 AtCoder/ABC257/D/data/03_handmade_03.out create mode 100644 AtCoder/ABC257/D/data/03_handmade_04.in create mode 100644 AtCoder/ABC257/D/data/03_handmade_04.out create mode 100644 AtCoder/ABC257/D/data/03_handmade_05.in create mode 100644 AtCoder/ABC257/D/data/03_handmade_05.out create mode 100644 AtCoder/ABC257/E/data/00_sample_01.in create mode 100644 AtCoder/ABC257/E/data/00_sample_01.out create mode 100644 AtCoder/ABC257/E/data/00_sample_02.in create mode 100644 AtCoder/ABC257/E/data/00_sample_02.out create mode 100644 AtCoder/ABC257/E/data/01_random_01.in create mode 100644 AtCoder/ABC257/E/data/01_random_01.out create mode 100644 AtCoder/ABC257/E/data/01_random_02.in create mode 100644 AtCoder/ABC257/E/data/01_random_02.out create mode 100644 AtCoder/ABC257/E/data/01_random_03.in create mode 100644 AtCoder/ABC257/E/data/01_random_03.out create mode 100644 AtCoder/ABC257/E/data/01_random_04.in create mode 100644 AtCoder/ABC257/E/data/01_random_04.out create mode 100644 AtCoder/ABC257/E/data/01_random_05.in create mode 100644 AtCoder/ABC257/E/data/01_random_05.out create mode 100644 AtCoder/ABC257/E/data/02_max_01.in create mode 100644 AtCoder/ABC257/E/data/02_max_01.out create mode 100644 AtCoder/ABC257/E/data/02_max_02.in create mode 100644 AtCoder/ABC257/E/data/02_max_02.out create mode 100644 AtCoder/ABC257/E/data/02_max_03.in create mode 100644 AtCoder/ABC257/E/data/02_max_03.out create mode 100644 AtCoder/ABC257/E/data/02_max_04.in create mode 100644 AtCoder/ABC257/E/data/02_max_04.out create mode 100644 AtCoder/ABC257/E/data/02_max_05.in create mode 100644 AtCoder/ABC257/E/data/02_max_05.out create mode 100644 AtCoder/ABC257/E/data/02_max_06.in create mode 100644 AtCoder/ABC257/E/data/02_max_06.out create mode 100644 AtCoder/ABC257/E/data/02_max_07.in create mode 100644 AtCoder/ABC257/E/data/02_max_07.out create mode 100644 AtCoder/ABC257/E/data/02_max_08.in create mode 100644 AtCoder/ABC257/E/data/02_max_08.out create mode 100644 AtCoder/ABC257/E/data/02_max_09.in create mode 100644 AtCoder/ABC257/E/data/02_max_09.out create mode 100644 AtCoder/ABC257/E/data/02_max_10.in create mode 100644 AtCoder/ABC257/E/data/02_max_10.out create mode 100644 AtCoder/ABC257/E/data/02_max_11.in create mode 100644 AtCoder/ABC257/E/data/02_max_11.out create mode 100644 AtCoder/ABC257/E/data/02_max_12.in create mode 100644 AtCoder/ABC257/E/data/02_max_12.out create mode 100644 AtCoder/ABC257/E/data/02_max_13.in create mode 100644 AtCoder/ABC257/E/data/02_max_13.out create mode 100644 AtCoder/ABC257/E/data/02_max_14.in create mode 100644 AtCoder/ABC257/E/data/02_max_14.out create mode 100644 AtCoder/ABC257/E/data/02_max_15.in create mode 100644 AtCoder/ABC257/E/data/02_max_15.out create mode 100644 AtCoder/ABC257/E/data/02_max_16.in create mode 100644 AtCoder/ABC257/E/data/02_max_16.out create mode 100644 AtCoder/ABC257/E/data/02_max_17.in create mode 100644 AtCoder/ABC257/E/data/02_max_17.out create mode 100644 AtCoder/ABC257/E/data/02_max_18.in create mode 100644 AtCoder/ABC257/E/data/02_max_18.out create mode 100644 AtCoder/ABC257/E/data/02_max_19.in create mode 100644 AtCoder/ABC257/E/data/02_max_19.out create mode 100644 AtCoder/ABC257/E/data/02_max_20.in create mode 100644 AtCoder/ABC257/E/data/02_max_20.out create mode 100644 AtCoder/ABC257/E/data/02_max_21.in create mode 100644 AtCoder/ABC257/E/data/02_max_21.out create mode 100644 AtCoder/ABC257/E/data/02_max_22.in create mode 100644 AtCoder/ABC257/E/data/02_max_22.out create mode 100644 AtCoder/ABC257/E/data/02_max_23.in create mode 100644 AtCoder/ABC257/E/data/02_max_23.out diff --git a/AtCoder/ABC257/A/data/00_sample_01.in b/AtCoder/ABC257/A/data/00_sample_01.in new file mode 100644 index 00000000..1715bbdb --- /dev/null +++ b/AtCoder/ABC257/A/data/00_sample_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ea1f3c2d566646713b53bd09d64591fe6d4c8b5341a5f27e4523b1bae289c8 +size 4 diff --git a/AtCoder/ABC257/A/data/00_sample_01.out b/AtCoder/ABC257/A/data/00_sample_01.out new file mode 100644 index 00000000..192309e3 --- /dev/null +++ b/AtCoder/ABC257/A/data/00_sample_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f37a8a84034d3e623d726fe10e5031f4df997ac13f4d5571b5a90c41fb84fe +size 2 diff --git a/AtCoder/ABC257/A/data/00_sample_02.in b/AtCoder/ABC257/A/data/00_sample_02.in new file mode 100644 index 00000000..f3cbae07 --- /dev/null +++ b/AtCoder/ABC257/A/data/00_sample_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f071fe29c83e9ce78ce527c3010ebbb072967ae844db35ae9ddc03069eee98 +size 5 diff --git a/AtCoder/ABC257/A/data/00_sample_02.out b/AtCoder/ABC257/A/data/00_sample_02.out new file mode 100644 index 00000000..1c9edf62 --- /dev/null +++ b/AtCoder/ABC257/A/data/00_sample_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ca2771fc7c542bcdeeb6065a6e872ff2f2d263a19005b55f63311c0a8f1fa9 +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_01.in b/AtCoder/ABC257/A/data/01_random_01.in new file mode 100644 index 00000000..8bd088bf --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3792ce28f5534fb3a9fa9a166c2e8e5c05d2559900a122928949bfb63603966 +size 6 diff --git a/AtCoder/ABC257/A/data/01_random_01.out b/AtCoder/ABC257/A/data/01_random_01.out new file mode 100644 index 00000000..ce994b52 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f961b802bc46ee168555f066d28f4f0e9afdf3f88174c1ee6f9de004fc30a0 +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_02.in b/AtCoder/ABC257/A/data/01_random_02.in new file mode 100644 index 00000000..cbfa6757 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f858c35a9aec46783fc4ec19472ea1108b7de1b0ee92aa8c31afba331a656d +size 9 diff --git a/AtCoder/ABC257/A/data/01_random_02.out b/AtCoder/ABC257/A/data/01_random_02.out new file mode 100644 index 00000000..f87af62c --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec39b67830c0c34d71b0b6bf1d1c424eb7caab9222eb401fdaef044cf2145e9b +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_03.in b/AtCoder/ABC257/A/data/01_random_03.in new file mode 100644 index 00000000..1cc08661 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3520f6fbe1a746c2ecaed040e99a8415e9bab4077238d220fff57ff6eaede2f1 +size 9 diff --git a/AtCoder/ABC257/A/data/01_random_03.out b/AtCoder/ABC257/A/data/01_random_03.out new file mode 100644 index 00000000..02f4da62 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19352677df76e156581cbb0133228534d9834664224a9c7d1fd912939d4c21a3 +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_04.in b/AtCoder/ABC257/A/data/01_random_04.in new file mode 100644 index 00000000..e4592d8f --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bf06e41cfe15429704892ad1a67d4151acaddd3c4fa31119a4427d44199341 +size 5 diff --git a/AtCoder/ABC257/A/data/01_random_04.out b/AtCoder/ABC257/A/data/01_random_04.out new file mode 100644 index 00000000..f87af62c --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec39b67830c0c34d71b0b6bf1d1c424eb7caab9222eb401fdaef044cf2145e9b +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_05.in b/AtCoder/ABC257/A/data/01_random_05.in new file mode 100644 index 00000000..0b603f57 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369bdbf3a21eb74a662c4abb3a461d453c0f9d55d608c6bad53eed5af102a302 +size 5 diff --git a/AtCoder/ABC257/A/data/01_random_05.out b/AtCoder/ABC257/A/data/01_random_05.out new file mode 100644 index 00000000..6c0165f9 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa397df66304bab4fe275afe0507a01844e7fda848b4e194a9402d010721839 +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_06.in b/AtCoder/ABC257/A/data/01_random_06.in new file mode 100644 index 00000000..aee359e3 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca684f724fc1bf0c6212a79c40e5d277455107384085774b002cfd8c3d470be0 +size 5 diff --git a/AtCoder/ABC257/A/data/01_random_06.out b/AtCoder/ABC257/A/data/01_random_06.out new file mode 100644 index 00000000..ce994b52 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f961b802bc46ee168555f066d28f4f0e9afdf3f88174c1ee6f9de004fc30a0 +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_07.in b/AtCoder/ABC257/A/data/01_random_07.in new file mode 100644 index 00000000..c7a88c7e --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a3a3666a1c9ecd04d6f3c10c359540e95f52a6a8725b0e99ba71330896f597 +size 6 diff --git a/AtCoder/ABC257/A/data/01_random_07.out b/AtCoder/ABC257/A/data/01_random_07.out new file mode 100644 index 00000000..6dcf9955 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c447aa2524264a3e24df73a6fddd8db360840f895bcb5e54d643c18de26a8ae +size 2 diff --git a/AtCoder/ABC257/A/data/01_random_08.in b/AtCoder/ABC257/A/data/01_random_08.in new file mode 100644 index 00000000..d8060c03 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852cdbd99f810fb665cf07bf61d64213104b8c2fa41cfa96e568056ff04fafec +size 7 diff --git a/AtCoder/ABC257/A/data/01_random_08.out b/AtCoder/ABC257/A/data/01_random_08.out new file mode 100644 index 00000000..192309e3 --- /dev/null +++ b/AtCoder/ABC257/A/data/01_random_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f37a8a84034d3e623d726fe10e5031f4df997ac13f4d5571b5a90c41fb84fe +size 2 diff --git a/AtCoder/ABC257/B/data/example_00.in b/AtCoder/ABC257/B/data/example_00.in new file mode 100644 index 00000000..025dfbd1 --- /dev/null +++ b/AtCoder/ABC257/B/data/example_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c993836ec88aee09e8f0a0bd3b5908664a5c6568c170ec9217bdb305086fff44 +size 22 diff --git a/AtCoder/ABC257/B/data/example_00.out b/AtCoder/ABC257/B/data/example_00.out new file mode 100644 index 00000000..cbdbfac9 --- /dev/null +++ b/AtCoder/ABC257/B/data/example_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeb2bc19358f7f752398c50e4c4c545d37e99824522593201993e7a5a81c00f +size 6 diff --git a/AtCoder/ABC257/B/data/example_01.in b/AtCoder/ABC257/B/data/example_01.in new file mode 100644 index 00000000..13a0e67c --- /dev/null +++ b/AtCoder/ABC257/B/data/example_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a691bbb9e323950f23976a4d4012fab5e355f818f3e43e3872c8d9eca50c7c6 +size 14 diff --git a/AtCoder/ABC257/B/data/example_01.out b/AtCoder/ABC257/B/data/example_01.out new file mode 100644 index 00000000..92b1baef --- /dev/null +++ b/AtCoder/ABC257/B/data/example_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f251ddc12234e0da8d3b778bd0f7463fb477f16f47757f5617dc8b4ff4d4f14a +size 4 diff --git a/AtCoder/ABC257/B/data/example_02.in b/AtCoder/ABC257/B/data/example_02.in new file mode 100644 index 00000000..eeea63b8 --- /dev/null +++ b/AtCoder/ABC257/B/data/example_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58befd1782788427693e4661300345a532613407cb0af45b5118afd38cd88b4c +size 37 diff --git a/AtCoder/ABC257/B/data/example_02.out b/AtCoder/ABC257/B/data/example_02.out new file mode 100644 index 00000000..6277a8c2 --- /dev/null +++ b/AtCoder/ABC257/B/data/example_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9135658fec0deb209ca3270dcb5f45faaab11b5c55efe114e18e3558d43e503b +size 13 diff --git a/AtCoder/ABC257/B/data/hand_00.in b/AtCoder/ABC257/B/data/hand_00.in new file mode 100644 index 00000000..b2c229b4 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3383b31ce05b8cabcdb206d30d36a571e17d32e68e28f2409df5db76e09f0210 +size 4197 diff --git a/AtCoder/ABC257/B/data/hand_00.out b/AtCoder/ABC257/B/data/hand_00.out new file mode 100644 index 00000000..d44631dc --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bcb44843ae465851740a4d3aaa34d91d1012271de0f7f0ceb87a980910c655 +size 692 diff --git a/AtCoder/ABC257/B/data/hand_01.in b/AtCoder/ABC257/B/data/hand_01.in new file mode 100644 index 00000000..09e2837d --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd14d649b471ab97be93b4e94d1eb5b4160ffe1914f062733b958e3986a2d46f +size 3360 diff --git a/AtCoder/ABC257/B/data/hand_01.out b/AtCoder/ABC257/B/data/hand_01.out new file mode 100644 index 00000000..721bfd04 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6946dd24ffee9888012889ab8db8884a2e82580459750c2a70329ac074aee301 +size 400 diff --git a/AtCoder/ABC257/B/data/hand_02.in b/AtCoder/ABC257/B/data/hand_02.in new file mode 100644 index 00000000..7910eb9b --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11ba6afb4b537e33f2322f31a23abab9917552e3b94b14d702926b8305ce425 +size 3405 diff --git a/AtCoder/ABC257/B/data/hand_02.out b/AtCoder/ABC257/B/data/hand_02.out new file mode 100644 index 00000000..67a802b7 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d591112585688e40dadad370dc4630198987e550f879bbaf1959aba3e204a971 +size 301 diff --git a/AtCoder/ABC257/B/data/hand_03.in b/AtCoder/ABC257/B/data/hand_03.in new file mode 100644 index 00000000..f8738468 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660f8a4ee108733d4683f98c137ed0916549203d34f2e9738ef395289acfe911 +size 2013 diff --git a/AtCoder/ABC257/B/data/hand_03.out b/AtCoder/ABC257/B/data/hand_03.out new file mode 100644 index 00000000..28615f82 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e3f4837efde2441e23a7b9da02131f53bf59fddeb7147c4ab81afe400460f +size 4 diff --git a/AtCoder/ABC257/B/data/hand_04.in b/AtCoder/ABC257/B/data/hand_04.in new file mode 100644 index 00000000..868c6720 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5007b4eb23dc3bd04cc55956635b4399eec21babc3de372ea6d8b9526ad997 +size 2011 diff --git a/AtCoder/ABC257/B/data/hand_04.out b/AtCoder/ABC257/B/data/hand_04.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/B/data/hand_05.in b/AtCoder/ABC257/B/data/hand_05.in new file mode 100644 index 00000000..040a51de --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addd57c4bbf62344f5c92ba662653bce55faf0536d9ea3e1cca012d1b86f3743 +size 2011 diff --git a/AtCoder/ABC257/B/data/hand_05.out b/AtCoder/ABC257/B/data/hand_05.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/AtCoder/ABC257/B/data/hand_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/AtCoder/ABC257/B/data/random_00.in b/AtCoder/ABC257/B/data/random_00.in new file mode 100644 index 00000000..7c5e7339 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1079b70a5dd814744e1617e895b22574666b801ec09e8361f440c58a517978b +size 2487 diff --git a/AtCoder/ABC257/B/data/random_00.out b/AtCoder/ABC257/B/data/random_00.out new file mode 100644 index 00000000..531e1cf9 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363a3176c0cbbe9ed4b64b61beddce61215f027c1c90d11190cbea867749e3f8 +size 66 diff --git a/AtCoder/ABC257/B/data/random_01.in b/AtCoder/ABC257/B/data/random_01.in new file mode 100644 index 00000000..d585ab2f --- /dev/null +++ b/AtCoder/ABC257/B/data/random_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c5c23f34f4d5a5e8a3ab24c7d56a1a7fe9ff64732fbac543ce474c4a2a0127 +size 2371 diff --git a/AtCoder/ABC257/B/data/random_01.out b/AtCoder/ABC257/B/data/random_01.out new file mode 100644 index 00000000..d335bdba --- /dev/null +++ b/AtCoder/ABC257/B/data/random_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8a07b446fe677bcfdd1ce4544401abe4559320b8e0ff4c7cb4321499ac1d89 +size 55 diff --git a/AtCoder/ABC257/B/data/random_02.in b/AtCoder/ABC257/B/data/random_02.in new file mode 100644 index 00000000..9628d6da --- /dev/null +++ b/AtCoder/ABC257/B/data/random_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76aa76cd5e4887adc4f134279f109f8a3cba9c6980a4fd2454cbb0591d7191fa +size 2497 diff --git a/AtCoder/ABC257/B/data/random_02.out b/AtCoder/ABC257/B/data/random_02.out new file mode 100644 index 00000000..3ac41b67 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351a4ae7d79e97a121188c03485a3adabb6f8fe6b408af015f1962ea104c9f65 +size 66 diff --git a/AtCoder/ABC257/B/data/random_03.in b/AtCoder/ABC257/B/data/random_03.in new file mode 100644 index 00000000..e6bea196 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2533a226efcfea671958ad5b7aed056561abb4c23b6a04e2994e311d3e8f3f +size 2793 diff --git a/AtCoder/ABC257/B/data/random_03.out b/AtCoder/ABC257/B/data/random_03.out new file mode 100644 index 00000000..165970eb --- /dev/null +++ b/AtCoder/ABC257/B/data/random_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d20c2306500715d985a1c10fb44d7fc922150748cb256fc89117347aafe7cd +size 138 diff --git a/AtCoder/ABC257/B/data/random_04.in b/AtCoder/ABC257/B/data/random_04.in new file mode 100644 index 00000000..5283ecce --- /dev/null +++ b/AtCoder/ABC257/B/data/random_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e3f053a4db468110a9f817e6a044ea1ce0ff6edc0097d6d53b5ff41820dcb +size 2870 diff --git a/AtCoder/ABC257/B/data/random_04.out b/AtCoder/ABC257/B/data/random_04.out new file mode 100644 index 00000000..28db900d --- /dev/null +++ b/AtCoder/ABC257/B/data/random_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649d61132ab992acfd6cd34afd22651db5767ee37ad811cbca62d37178852992 +size 128 diff --git a/AtCoder/ABC257/B/data/random_05.in b/AtCoder/ABC257/B/data/random_05.in new file mode 100644 index 00000000..1ebe9796 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eabc4ada66a8ab485165f9ef0566f9b850204bdb789d8177e39578277388a61 +size 2831 diff --git a/AtCoder/ABC257/B/data/random_05.out b/AtCoder/ABC257/B/data/random_05.out new file mode 100644 index 00000000..0ed9d4db --- /dev/null +++ b/AtCoder/ABC257/B/data/random_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b1b03b5d5c289bd80f12816465a4b61d8ec8d02aa678fee50a26867800c278 +size 122 diff --git a/AtCoder/ABC257/B/data/random_06.in b/AtCoder/ABC257/B/data/random_06.in new file mode 100644 index 00000000..be998e92 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cdd50c504aabec1d698986c034cbb1c647f048994a42104091217dd6168709 +size 3099 diff --git a/AtCoder/ABC257/B/data/random_06.out b/AtCoder/ABC257/B/data/random_06.out new file mode 100644 index 00000000..7876e9b5 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7815643b792ec0c89cf3558794ef4f93f05ff3361d6e49b07c8ede41101b33d +size 242 diff --git a/AtCoder/ABC257/B/data/random_07.in b/AtCoder/ABC257/B/data/random_07.in new file mode 100644 index 00000000..daf9e364 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cc57cf39b3a41454fd856eccf133914e7d4a6d498c0848b100561f1f1f1ef8 +size 3054 diff --git a/AtCoder/ABC257/B/data/random_07.out b/AtCoder/ABC257/B/data/random_07.out new file mode 100644 index 00000000..39597f47 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d7869de1697bceac025f7a3a03f3684b724b2cde4162f0177465861da48eb7 +size 265 diff --git a/AtCoder/ABC257/B/data/random_08.in b/AtCoder/ABC257/B/data/random_08.in new file mode 100644 index 00000000..a620c371 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bd2c59f99207fd98edb817efd360afb7c9bf48ca1cae6417cf703c3cb4eef8 +size 3150 diff --git a/AtCoder/ABC257/B/data/random_08.out b/AtCoder/ABC257/B/data/random_08.out new file mode 100644 index 00000000..45bb7da9 --- /dev/null +++ b/AtCoder/ABC257/B/data/random_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814c023b69b6c7b02fcbd8015ffbd0ec4bf48ac59e13b621b68e93f0464f10f5 +size 274 diff --git a/AtCoder/ABC257/B/data/random_09.in b/AtCoder/ABC257/B/data/random_09.in new file mode 100644 index 00000000..75a9a70c --- /dev/null +++ b/AtCoder/ABC257/B/data/random_09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e192020e951bda87d340fa1f9f09b8bb9d5ea6b329f9ea35bab1c4c03b300f +size 3129 diff --git a/AtCoder/ABC257/B/data/random_09.out b/AtCoder/ABC257/B/data/random_09.out new file mode 100644 index 00000000..5fe6669b --- /dev/null +++ b/AtCoder/ABC257/B/data/random_09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3570723e0e57ce097c4b84f99edfb3024e02189a5d080ffe6b6d68bb26b1a31f +size 271 diff --git a/AtCoder/ABC257/C/data/example_00.in b/AtCoder/ABC257/C/data/example_00.in new file mode 100644 index 00000000..a426173a --- /dev/null +++ b/AtCoder/ABC257/C/data/example_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261a4de756b1266f3a30a917184df494aa7bfc1dd16afb51ededd656b0e59a08 +size 23 diff --git a/AtCoder/ABC257/C/data/example_00.out b/AtCoder/ABC257/C/data/example_00.out new file mode 100644 index 00000000..d595cdb8 --- /dev/null +++ b/AtCoder/ABC257/C/data/example_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de1555df0c2700329e815b93b32c571c3ea54dc967b89e81ab73b9972b72d1d +size 2 diff --git a/AtCoder/ABC257/C/data/example_01.in b/AtCoder/ABC257/C/data/example_01.in new file mode 100644 index 00000000..eb14873e --- /dev/null +++ b/AtCoder/ABC257/C/data/example_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c586e0e83abc5a3553a9aa2d3a9eb24e9da38f1201c96b2ba670628b552203 +size 12 diff --git a/AtCoder/ABC257/C/data/example_01.out b/AtCoder/ABC257/C/data/example_01.out new file mode 100644 index 00000000..ca267b30 --- /dev/null +++ b/AtCoder/ABC257/C/data/example_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121cfccd5913f0a63fec40a6ffd44ea64f9dc135c66634ba001d10bcf4302a2 +size 2 diff --git a/AtCoder/ABC257/C/data/example_02.in b/AtCoder/ABC257/C/data/example_02.in new file mode 100644 index 00000000..738014ea --- /dev/null +++ b/AtCoder/ABC257/C/data/example_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23d13db0988240eec717ba928ee4566286050ea5848ae5ac7e6614210042e1a +size 23 diff --git a/AtCoder/ABC257/C/data/example_02.out b/AtCoder/ABC257/C/data/example_02.out new file mode 100644 index 00000000..d595cdb8 --- /dev/null +++ b/AtCoder/ABC257/C/data/example_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de1555df0c2700329e815b93b32c571c3ea54dc967b89e81ab73b9972b72d1d +size 2 diff --git a/AtCoder/ABC257/C/data/hand_00.in b/AtCoder/ABC257/C/data/hand_00.in new file mode 100644 index 00000000..5f344503 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbc8e32316f477b3000eb453d1b71c98cdebe8e9a74894f3eeffc1e37459159 +size 2178075 diff --git a/AtCoder/ABC257/C/data/hand_00.out b/AtCoder/ABC257/C/data/hand_00.out new file mode 100644 index 00000000..03f6cf9f --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43574be921c54215a1e05bb2fc0c1a4b63dd2aea4bbfd5b9ebc11a2685943e2 +size 7 diff --git a/AtCoder/ABC257/C/data/hand_01.in b/AtCoder/ABC257/C/data/hand_01.in new file mode 100644 index 00000000..7e5c7d12 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d4aa3404d66757bf9c703240f163e92dca790d5892319fddaed4e0fcdbb716 +size 2177795 diff --git a/AtCoder/ABC257/C/data/hand_01.out b/AtCoder/ABC257/C/data/hand_01.out new file mode 100644 index 00000000..03f6cf9f --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43574be921c54215a1e05bb2fc0c1a4b63dd2aea4bbfd5b9ebc11a2685943e2 +size 7 diff --git a/AtCoder/ABC257/C/data/hand_02.in b/AtCoder/ABC257/C/data/hand_02.in new file mode 100644 index 00000000..58e65416 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c2e3e623e46974ae3aac4f8c08d42805946493da8017a3a5af897472accdba +size 1788904 diff --git a/AtCoder/ABC257/C/data/hand_02.out b/AtCoder/ABC257/C/data/hand_02.out new file mode 100644 index 00000000..3c2ba8a2 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80500a01f984c764f1a3b486622d0ef7cc5b13fa9bd57ec9015113eaf875597 +size 7 diff --git a/AtCoder/ABC257/C/data/hand_03.in b/AtCoder/ABC257/C/data/hand_03.in new file mode 100644 index 00000000..05a2d362 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0507a5db515f20f1130cc4f0bf36ec59b74d254eb5bee632990f0887a6956de +size 2199998 diff --git a/AtCoder/ABC257/C/data/hand_03.out b/AtCoder/ABC257/C/data/hand_03.out new file mode 100644 index 00000000..3c2ba8a2 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80500a01f984c764f1a3b486622d0ef7cc5b13fa9bd57ec9015113eaf875597 +size 7 diff --git a/AtCoder/ABC257/C/data/hand_04.in b/AtCoder/ABC257/C/data/hand_04.in new file mode 100644 index 00000000..6107e953 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff0517411272ba63a219fbcdef0e84556701682c069ee64f399765e80b78848 +size 1488903 diff --git a/AtCoder/ABC257/C/data/hand_04.out b/AtCoder/ABC257/C/data/hand_04.out new file mode 100644 index 00000000..03f6cf9f --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43574be921c54215a1e05bb2fc0c1a4b63dd2aea4bbfd5b9ebc11a2685943e2 +size 7 diff --git a/AtCoder/ABC257/C/data/hand_05.in b/AtCoder/ABC257/C/data/hand_05.in new file mode 100644 index 00000000..e91fa445 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679c026c02232a9d5c53383ef8c262f8ebc91397232490ff66da4397a02f1b5c +size 14 diff --git a/AtCoder/ABC257/C/data/hand_05.out b/AtCoder/ABC257/C/data/hand_05.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/C/data/hand_06.in b/AtCoder/ABC257/C/data/hand_06.in new file mode 100644 index 00000000..fa6a5fc3 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78aa1fcd075de5988de54d782913bee2cb61387d5eda05056844d19648b5c80 +size 14 diff --git a/AtCoder/ABC257/C/data/hand_06.out b/AtCoder/ABC257/C/data/hand_06.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/C/data/hand_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/C/data/random_00.in b/AtCoder/ABC257/C/data/random_00.in new file mode 100644 index 00000000..83442737 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6137529fd4a9ad7e21c056f00233da703cdbd3e2651edca1c4efcf2b3f9a7a7e +size 2177126 diff --git a/AtCoder/ABC257/C/data/random_00.out b/AtCoder/ABC257/C/data/random_00.out new file mode 100644 index 00000000..89983c98 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e45a4835fff826c2ac7630f24aa3f0983fae3a671a735d6eb5aa2b85d4767d +size 7 diff --git a/AtCoder/ABC257/C/data/random_01.in b/AtCoder/ABC257/C/data/random_01.in new file mode 100644 index 00000000..72c75e52 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9c6bc53c10dfc2edbe26cf203f5e904c65b13d1fade3e669e2913ebcbf6aa0 +size 2175885 diff --git a/AtCoder/ABC257/C/data/random_01.out b/AtCoder/ABC257/C/data/random_01.out new file mode 100644 index 00000000..39e270cf --- /dev/null +++ b/AtCoder/ABC257/C/data/random_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496fb1bde088adde0decc8f32a1487247b4a1b1643849abc6a3697a8408f19dd +size 7 diff --git a/AtCoder/ABC257/C/data/random_02.in b/AtCoder/ABC257/C/data/random_02.in new file mode 100644 index 00000000..f1c5a705 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f27a4fe6e67e11a9150c191233d0b3224a0dfd4048662f112c09380e6735667 +size 2175624 diff --git a/AtCoder/ABC257/C/data/random_02.out b/AtCoder/ABC257/C/data/random_02.out new file mode 100644 index 00000000..ddbb51f0 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc4bee546600436f4349ef5a33ea41e4751adaca256025581bdc859ef84721a +size 7 diff --git a/AtCoder/ABC257/C/data/random_03.in b/AtCoder/ABC257/C/data/random_03.in new file mode 100644 index 00000000..116ab216 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5f05cb9c400c8bff3508827216f9f394462158205fab3cf5b627f7a8f9826c +size 2198435 diff --git a/AtCoder/ABC257/C/data/random_03.out b/AtCoder/ABC257/C/data/random_03.out new file mode 100644 index 00000000..b19c1287 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc431151ca7f1c4bd9b64e38701d3ede752f508999c610b0d7e0ca8139ce8bd +size 6 diff --git a/AtCoder/ABC257/C/data/random_04.in b/AtCoder/ABC257/C/data/random_04.in new file mode 100644 index 00000000..3f2753b6 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de60d8f4cfbc938bd9a714c21ae81efb4e83639d943abb00beefe55f18f3e45b +size 2197929 diff --git a/AtCoder/ABC257/C/data/random_04.out b/AtCoder/ABC257/C/data/random_04.out new file mode 100644 index 00000000..449abfb5 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2b2804249bd68cdb72487fc4c660af9a3d36f11aa9279e211f1bf01fb893a8 +size 7 diff --git a/AtCoder/ABC257/C/data/random_05.in b/AtCoder/ABC257/C/data/random_05.in new file mode 100644 index 00000000..c027556b --- /dev/null +++ b/AtCoder/ABC257/C/data/random_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229ae1c030616c3f71085f1ac8d77da37441382f737e50873fc1b1b145207779 +size 2198710 diff --git a/AtCoder/ABC257/C/data/random_05.out b/AtCoder/ABC257/C/data/random_05.out new file mode 100644 index 00000000..0523dd29 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090076a3be1b4d993ec8623f1271e60a17b57700a641d4215fc376cfe28f9a07 +size 7 diff --git a/AtCoder/ABC257/C/data/random_06.in b/AtCoder/ABC257/C/data/random_06.in new file mode 100644 index 00000000..46be4258 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e95efa26f35b721724fb0ab2242782818c7acf0172f864dd8b7ab1767c7cdb +size 2198578 diff --git a/AtCoder/ABC257/C/data/random_06.out b/AtCoder/ABC257/C/data/random_06.out new file mode 100644 index 00000000..b5795832 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af82775274a04c75d794ebd1ff5a54c86ca940cd12d9d471a8e27101856e2b71 +size 7 diff --git a/AtCoder/ABC257/C/data/random_07.in b/AtCoder/ABC257/C/data/random_07.in new file mode 100644 index 00000000..ff60b047 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d076b5bb923b880468624e730b3ba3b62b93d5e7ad9547b274cbaf07a1d3030a +size 2198105 diff --git a/AtCoder/ABC257/C/data/random_07.out b/AtCoder/ABC257/C/data/random_07.out new file mode 100644 index 00000000..f538ef65 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6316c09304cd543935c366cf74e46bdb7ec6fd90d5fac90c067640c3ca83adce +size 7 diff --git a/AtCoder/ABC257/C/data/random_08.in b/AtCoder/ABC257/C/data/random_08.in new file mode 100644 index 00000000..a2ac9040 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18fe6ee3443f888650aedda0d614300787ff4bb8fcdde04b5c9329239b90ec9 +size 2199414 diff --git a/AtCoder/ABC257/C/data/random_08.out b/AtCoder/ABC257/C/data/random_08.out new file mode 100644 index 00000000..73cc0331 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f62ce95edaf330bed43426bb2dc93e632b1c70c522658da5e5b23bcff86a90 +size 7 diff --git a/AtCoder/ABC257/C/data/random_09.in b/AtCoder/ABC257/C/data/random_09.in new file mode 100644 index 00000000..0b0b437d --- /dev/null +++ b/AtCoder/ABC257/C/data/random_09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd4aaa5c52d62183c63afeb26585cb6c01d3dc0f673846797a26a4003bc3a01 +size 2199194 diff --git a/AtCoder/ABC257/C/data/random_09.out b/AtCoder/ABC257/C/data/random_09.out new file mode 100644 index 00000000..5eadf1be --- /dev/null +++ b/AtCoder/ABC257/C/data/random_09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13eaa6892be07fc6c39e003186293a3bdf1c5dbeef19c8b5cbfab4e0c3bd5f13 +size 7 diff --git a/AtCoder/ABC257/C/data/random_10.in b/AtCoder/ABC257/C/data/random_10.in new file mode 100644 index 00000000..bb90ebca --- /dev/null +++ b/AtCoder/ABC257/C/data/random_10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88123cee1deb6ad287adc8a2c5ae4c5ab069dfed4375a1d15c7dae9a034ecda3 +size 2198633 diff --git a/AtCoder/ABC257/C/data/random_10.out b/AtCoder/ABC257/C/data/random_10.out new file mode 100644 index 00000000..1d203cf0 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4c873a8881d2f9ebcdbb8b953ee426e43b44ef8b312679ddf21f8cbd6a28f9 +size 7 diff --git a/AtCoder/ABC257/C/data/random_11.in b/AtCoder/ABC257/C/data/random_11.in new file mode 100644 index 00000000..3f36aa67 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356d1a8059d8e0bed07f56497bb8e85cc76942533a64ece57c502a003a526ca3 +size 2198930 diff --git a/AtCoder/ABC257/C/data/random_11.out b/AtCoder/ABC257/C/data/random_11.out new file mode 100644 index 00000000..55986c3f --- /dev/null +++ b/AtCoder/ABC257/C/data/random_11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef2c123f7945d47bec4d8dcbb5e436d036ba19f8965c5e8578599a12013ae13 +size 7 diff --git a/AtCoder/ABC257/C/data/random_12.in b/AtCoder/ABC257/C/data/random_12.in new file mode 100644 index 00000000..78d9223f --- /dev/null +++ b/AtCoder/ABC257/C/data/random_12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa22ed2ac203de98e3e287f0b2b141b5e0a83ecb3d595fddb522b13312a9ed2 +size 2182265 diff --git a/AtCoder/ABC257/C/data/random_12.out b/AtCoder/ABC257/C/data/random_12.out new file mode 100644 index 00000000..ddbb51f0 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc4bee546600436f4349ef5a33ea41e4751adaca256025581bdc859ef84721a +size 7 diff --git a/AtCoder/ABC257/C/data/random_13.in b/AtCoder/ABC257/C/data/random_13.in new file mode 100644 index 00000000..9ec8536c --- /dev/null +++ b/AtCoder/ABC257/C/data/random_13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09a283c9aff2dcded93b3de71cae7baa73eb1c62343e31c72c6b895ea5b5cfa +size 2199150 diff --git a/AtCoder/ABC257/C/data/random_13.out b/AtCoder/ABC257/C/data/random_13.out new file mode 100644 index 00000000..d805e1be --- /dev/null +++ b/AtCoder/ABC257/C/data/random_13.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e52daaaeaf6dfe28cfa40633965b0f75b7b040e53d1416a6c96cee7262d265 +size 7 diff --git a/AtCoder/ABC257/C/data/random_14.in b/AtCoder/ABC257/C/data/random_14.in new file mode 100644 index 00000000..bafe21e4 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3a9101603eb8eeb4c1eb78d0ac09b0f373503b06bf558b205ca992379e87e7 +size 2198391 diff --git a/AtCoder/ABC257/C/data/random_14.out b/AtCoder/ABC257/C/data/random_14.out new file mode 100644 index 00000000..b19c1287 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_14.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc431151ca7f1c4bd9b64e38701d3ede752f508999c610b0d7e0ca8139ce8bd +size 6 diff --git a/AtCoder/ABC257/C/data/random_15.in b/AtCoder/ABC257/C/data/random_15.in new file mode 100644 index 00000000..401adedc --- /dev/null +++ b/AtCoder/ABC257/C/data/random_15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1951e35c03671843843093cfb09def006e351f94e44a254dc30ce2688e3dc234 +size 2179767 diff --git a/AtCoder/ABC257/C/data/random_15.out b/AtCoder/ABC257/C/data/random_15.out new file mode 100644 index 00000000..751cee12 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_15.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac2298b3b644d60dd0ea5bbd8fa670e8d29d23d95afcf4710b9eb7405fc9bed +size 7 diff --git a/AtCoder/ABC257/C/data/random_16.in b/AtCoder/ABC257/C/data/random_16.in new file mode 100644 index 00000000..dd4f2f69 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88dee72efc34faae66945c249ca12bdaeaa5e9c72ff48ffe9da7d59194432a6 +size 2198820 diff --git a/AtCoder/ABC257/C/data/random_16.out b/AtCoder/ABC257/C/data/random_16.out new file mode 100644 index 00000000..587169e9 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_16.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159530d4cde570c92809f4e27dc1e4a8b799139fef38624766a9a669f64fb2a +size 7 diff --git a/AtCoder/ABC257/C/data/random_17.in b/AtCoder/ABC257/C/data/random_17.in new file mode 100644 index 00000000..82c33dd4 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd285cb18b2766446e7c8729cbfd4d1f3c501d16a24cb357450e36e18cda9316 +size 2199656 diff --git a/AtCoder/ABC257/C/data/random_17.out b/AtCoder/ABC257/C/data/random_17.out new file mode 100644 index 00000000..dbadc186 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_17.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25b8f868c9967f54979bfab878449af474dc5220b919cf1a3b304dafe3b88da +size 7 diff --git a/AtCoder/ABC257/C/data/random_18.in b/AtCoder/ABC257/C/data/random_18.in new file mode 100644 index 00000000..dfaa228c --- /dev/null +++ b/AtCoder/ABC257/C/data/random_18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e826e0b2a4cd696663a99a9dd405fddb67c57b1fe2c35a2b485eda8fe4cbb8 +size 2177597 diff --git a/AtCoder/ABC257/C/data/random_18.out b/AtCoder/ABC257/C/data/random_18.out new file mode 100644 index 00000000..2e6bc430 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_18.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f270c65bd8fda389d194ee0882bc74035281a319b225c75660e0aed99f458b +size 7 diff --git a/AtCoder/ABC257/C/data/random_19.in b/AtCoder/ABC257/C/data/random_19.in new file mode 100644 index 00000000..3da51d8a --- /dev/null +++ b/AtCoder/ABC257/C/data/random_19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181f97bf3a143e6288b17bf8cb5034c7530e0ef4680650f45b587792b668848b +size 2199733 diff --git a/AtCoder/ABC257/C/data/random_19.out b/AtCoder/ABC257/C/data/random_19.out new file mode 100644 index 00000000..47334538 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_19.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0d855c6455aa24743e000c10d32242bc7d26e2910836419d1bd1b74e2da79c +size 7 diff --git a/AtCoder/ABC257/C/data/random_20.in b/AtCoder/ABC257/C/data/random_20.in new file mode 100644 index 00000000..ebdb079c --- /dev/null +++ b/AtCoder/ABC257/C/data/random_20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214dd98436fe44f07f8df6ed0555d46e73d21671a5f812c2ecfd7627ab0d164a +size 2199887 diff --git a/AtCoder/ABC257/C/data/random_20.out b/AtCoder/ABC257/C/data/random_20.out new file mode 100644 index 00000000..1c271557 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_20.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5097b26f1f0ffaaa91e366c3855ca6de72837bb5dfa33e45b18c3e4f06e74e1d +size 7 diff --git a/AtCoder/ABC257/C/data/random_21.in b/AtCoder/ABC257/C/data/random_21.in new file mode 100644 index 00000000..f62b4aaf --- /dev/null +++ b/AtCoder/ABC257/C/data/random_21.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36e2872f49c6edade105c192325f3bb18289849dea50345d280ee815a1c2ce8 +size 2177521 diff --git a/AtCoder/ABC257/C/data/random_21.out b/AtCoder/ABC257/C/data/random_21.out new file mode 100644 index 00000000..ff16b345 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_21.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64707c23ccd015451d522f6c83ccb862bd4f1f660114ae337a3a3d4fe746a2ac +size 7 diff --git a/AtCoder/ABC257/C/data/random_22.in b/AtCoder/ABC257/C/data/random_22.in new file mode 100644 index 00000000..099ab6d2 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_22.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd8c5ffd1240988cdedac78b287c8f5e92b7b78b8686d246ab827dfd43df1f8 +size 2198435 diff --git a/AtCoder/ABC257/C/data/random_22.out b/AtCoder/ABC257/C/data/random_22.out new file mode 100644 index 00000000..5dc69985 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_22.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bef42e440810aedf0df8b2eec0b1f63b0ffa0264c4168c9541c88f56629a1d +size 7 diff --git a/AtCoder/ABC257/C/data/random_23.in b/AtCoder/ABC257/C/data/random_23.in new file mode 100644 index 00000000..d8eaa7f0 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_23.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003ca090b1155b9883d2616af147aaf70e08b6d95dd8e6b7a8abc7b272a14841 +size 2199865 diff --git a/AtCoder/ABC257/C/data/random_23.out b/AtCoder/ABC257/C/data/random_23.out new file mode 100644 index 00000000..b1272860 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_23.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277678a904db17b255974b5ae488729619573b85c540745c5f57f21ea45e3170 +size 7 diff --git a/AtCoder/ABC257/C/data/random_24.in b/AtCoder/ABC257/C/data/random_24.in new file mode 100644 index 00000000..c16f5aa9 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_24.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac38bb9c5a77d8b9cfba93797e47d70cbd464199a6653c8778fce2ea17d7058 +size 2176891 diff --git a/AtCoder/ABC257/C/data/random_24.out b/AtCoder/ABC257/C/data/random_24.out new file mode 100644 index 00000000..bf2d1573 --- /dev/null +++ b/AtCoder/ABC257/C/data/random_24.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ffe07c806b8e793dafe507c10eb8aa3978b4efe8837be41c13fc859633a318 +size 7 diff --git a/AtCoder/ABC257/D/data/00_sample_01.in b/AtCoder/ABC257/D/data/00_sample_01.in new file mode 100644 index 00000000..bf4966cf --- /dev/null +++ b/AtCoder/ABC257/D/data/00_sample_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e21d06b7201cec7aa474ae4d3c79d8818cbe502df5aceb4110082f1909c04 +size 30 diff --git a/AtCoder/ABC257/D/data/00_sample_01.out b/AtCoder/ABC257/D/data/00_sample_01.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/AtCoder/ABC257/D/data/00_sample_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/AtCoder/ABC257/D/data/00_sample_02.in b/AtCoder/ABC257/D/data/00_sample_02.in new file mode 100644 index 00000000..69460c17 --- /dev/null +++ b/AtCoder/ABC257/D/data/00_sample_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6743bc1f4e830d61b054e0486ba497bdd170feadb7a1c73434d135669262b23 +size 59 diff --git a/AtCoder/ABC257/D/data/00_sample_02.out b/AtCoder/ABC257/D/data/00_sample_02.out new file mode 100644 index 00000000..a8f76028 --- /dev/null +++ b/AtCoder/ABC257/D/data/00_sample_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee29791fc17e986b97128845622b077fb45e349fdb80523fac9dba879b4ad60 +size 3 diff --git a/AtCoder/ABC257/D/data/01_random_01.in b/AtCoder/ABC257/D/data/01_random_01.in new file mode 100644 index 00000000..c8b62627 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6769d33a268a633ce0faf9d359b5a029069cf6512e18da72bdb3373f40df9d +size 14 diff --git a/AtCoder/ABC257/D/data/01_random_01.out b/AtCoder/ABC257/D/data/01_random_01.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_02.in b/AtCoder/ABC257/D/data/01_random_02.in new file mode 100644 index 00000000..8d0c4065 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf7672a402d061f6986e69e1135f13538345f15bc702a76ee904bc8cbe8c6bc +size 52 diff --git a/AtCoder/ABC257/D/data/01_random_02.out b/AtCoder/ABC257/D/data/01_random_02.out new file mode 100644 index 00000000..ae24644a --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667ded43034280645d6ae8b6ea87ba7fc86ffe69184e67f51e79d29485ddc45b +size 11 diff --git a/AtCoder/ABC257/D/data/01_random_03.in b/AtCoder/ABC257/D/data/01_random_03.in new file mode 100644 index 00000000..6f48b562 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887f2eb567955cd172ee1fac272fd495188bcb73851688ea2c721dcb7b7bbf3a +size 70 diff --git a/AtCoder/ABC257/D/data/01_random_03.out b/AtCoder/ABC257/D/data/01_random_03.out new file mode 100644 index 00000000..d595cdb8 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de1555df0c2700329e815b93b32c571c3ea54dc967b89e81ab73b9972b72d1d +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_04.in b/AtCoder/ABC257/D/data/01_random_04.in new file mode 100644 index 00000000..d0ff76e3 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2393abd404583e972d47b9e3013a83fe8b3ffbd7eb43852967b6f9e4b71646e1 +size 1383 diff --git a/AtCoder/ABC257/D/data/01_random_04.out b/AtCoder/ABC257/D/data/01_random_04.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_05.in b/AtCoder/ABC257/D/data/01_random_05.in new file mode 100644 index 00000000..698eac8b --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176072afdbeb1f1ecee40dc7e34ea8c69231dfe06bc3c05eea6431fd4e7bd01c +size 862 diff --git a/AtCoder/ABC257/D/data/01_random_05.out b/AtCoder/ABC257/D/data/01_random_05.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_06.in b/AtCoder/ABC257/D/data/01_random_06.in new file mode 100644 index 00000000..4b835e1c --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d495de2203639676268a8228fe40db89d149e0481500753a42a053981fc9a7 +size 2994 diff --git a/AtCoder/ABC257/D/data/01_random_06.out b/AtCoder/ABC257/D/data/01_random_06.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_07.in b/AtCoder/ABC257/D/data/01_random_07.in new file mode 100644 index 00000000..3c639ba1 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9acf601983f12d2db70efdb6a51e9a3f528f73433d9fc551457b286072de4e +size 4864 diff --git a/AtCoder/ABC257/D/data/01_random_07.out b/AtCoder/ABC257/D/data/01_random_07.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/D/data/01_random_08.in b/AtCoder/ABC257/D/data/01_random_08.in new file mode 100644 index 00000000..27acff06 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c293c658b16087ea4f1fb00a7e2b5b671c342ccbace154f8728e6307e89e4 +size 1579 diff --git a/AtCoder/ABC257/D/data/01_random_08.out b/AtCoder/ABC257/D/data/01_random_08.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/AtCoder/ABC257/D/data/01_random_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/AtCoder/ABC257/D/data/02_max_01.in b/AtCoder/ABC257/D/data/02_max_01.in new file mode 100644 index 00000000..b6bfc333 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c87784e546768514208500e8769d64fc60f2dd8a3001ec7b0de6103c0d141 +size 4565 diff --git a/AtCoder/ABC257/D/data/02_max_01.out b/AtCoder/ABC257/D/data/02_max_01.out new file mode 100644 index 00000000..9bc59349 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0fed08bbc102c6dee89006f1ea8d6dd172bba7f5555a0d84797b069689245b +size 9 diff --git a/AtCoder/ABC257/D/data/02_max_02.in b/AtCoder/ABC257/D/data/02_max_02.in new file mode 100644 index 00000000..8e885ed3 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67307b4e1e50da75691262ac8a955b097217650d7834f2cbf72e598707e3028a +size 4577 diff --git a/AtCoder/ABC257/D/data/02_max_02.out b/AtCoder/ABC257/D/data/02_max_02.out new file mode 100644 index 00000000..98c69626 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ba77c37d9825d0e301aa77414e2baf43aca67c46285ff227fdc68a78284634 +size 9 diff --git a/AtCoder/ABC257/D/data/02_max_03.in b/AtCoder/ABC257/D/data/02_max_03.in new file mode 100644 index 00000000..13ffe07c --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c26d48c3af9c1113f2061a25a9e1d6d45a180a0ffaa61eff9d5c0bff0b8f5a +size 4567 diff --git a/AtCoder/ABC257/D/data/02_max_03.out b/AtCoder/ABC257/D/data/02_max_03.out new file mode 100644 index 00000000..33e52e77 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef43d1bc993ec83f4560f48e177997b7dd5abedab6da1b645188f4a843467a6 +size 10 diff --git a/AtCoder/ABC257/D/data/02_max_04.in b/AtCoder/ABC257/D/data/02_max_04.in new file mode 100644 index 00000000..06684b1b --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bd22638773286d11ee6ca597aa0815d668ed3d95be8822994c0c06bd1d5e6b +size 4551 diff --git a/AtCoder/ABC257/D/data/02_max_04.out b/AtCoder/ABC257/D/data/02_max_04.out new file mode 100644 index 00000000..ef4c45c2 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec6d8fbc06113a69441efb2b721f1dff58388736b7251bee4b707537c54b2a5 +size 9 diff --git a/AtCoder/ABC257/D/data/02_max_05.in b/AtCoder/ABC257/D/data/02_max_05.in new file mode 100644 index 00000000..b1936dfe --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c95025968b2b8f765ff4f53803a1f3cb64860e0e4ae073def7b95b3d610f993 +size 4554 diff --git a/AtCoder/ABC257/D/data/02_max_05.out b/AtCoder/ABC257/D/data/02_max_05.out new file mode 100644 index 00000000..6ab2be2e --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63c6be2b7c7052e9c75a57075512ab11157ffd7d50b57d1f1337b9f36119f02 +size 9 diff --git a/AtCoder/ABC257/D/data/02_max_06.in b/AtCoder/ABC257/D/data/02_max_06.in new file mode 100644 index 00000000..94379af5 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a7986af95418e174b102d41f63d1e5f8684c11a638f93efd1b37f972646f8c +size 4559 diff --git a/AtCoder/ABC257/D/data/02_max_06.out b/AtCoder/ABC257/D/data/02_max_06.out new file mode 100644 index 00000000..28ea7af0 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa28ec62286360ffbcdc1c1fd95563288ee047edd01ea68a10c7c665a5ef29c9 +size 10 diff --git a/AtCoder/ABC257/D/data/02_max_07.in b/AtCoder/ABC257/D/data/02_max_07.in new file mode 100644 index 00000000..958f2f6f --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08898b7dcd002441c0bd5bdea96a047d9123c6e589d2d2e5ce65d4a0625e08dd +size 4738 diff --git a/AtCoder/ABC257/D/data/02_max_07.out b/AtCoder/ABC257/D/data/02_max_07.out new file mode 100644 index 00000000..a5b038cf --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5d977c3b14f9119cb4b7179dd961e062bccb46706d836a6e1f0d3e9ae16501 +size 8 diff --git a/AtCoder/ABC257/D/data/02_max_08.in b/AtCoder/ABC257/D/data/02_max_08.in new file mode 100644 index 00000000..144c6f8f --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cccf4a0b370f9226ff6e248e9390a246fb7c2131c809aadffad58337a1ee877 +size 4747 diff --git a/AtCoder/ABC257/D/data/02_max_08.out b/AtCoder/ABC257/D/data/02_max_08.out new file mode 100644 index 00000000..16f882a1 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33df864178f754d8069fd91e66abba14ddc7e7a98bd3f5dbc9ab20990d351be4 +size 8 diff --git a/AtCoder/ABC257/D/data/02_max_09.in b/AtCoder/ABC257/D/data/02_max_09.in new file mode 100644 index 00000000..4eee02ca --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fd59eefab97da6dcb7ae4915af6dc91c1f8b9e4a0619cd3998e2a498ebfca8 +size 4751 diff --git a/AtCoder/ABC257/D/data/02_max_09.out b/AtCoder/ABC257/D/data/02_max_09.out new file mode 100644 index 00000000..4b201123 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491c2dd7f78e49473c2213aea9317566676465e8ff4507704a66917b94a9657c +size 8 diff --git a/AtCoder/ABC257/D/data/02_max_10.in b/AtCoder/ABC257/D/data/02_max_10.in new file mode 100644 index 00000000..db005476 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1741ae185d2996dd396554f6dd0126b4feff02d65932db5f1dfc227faa4a4f42 +size 4756 diff --git a/AtCoder/ABC257/D/data/02_max_10.out b/AtCoder/ABC257/D/data/02_max_10.out new file mode 100644 index 00000000..6001664e --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686eba3f595d5c8000ac879ef95c6da6ea7429556ca021621c94ce3928ee2e8 +size 8 diff --git a/AtCoder/ABC257/D/data/02_max_11.in b/AtCoder/ABC257/D/data/02_max_11.in new file mode 100644 index 00000000..6fe4b080 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5182c8d1dce2706428a144e06f1990202929ff5c93c1ceb24742e8f5da5f0595 +size 4740 diff --git a/AtCoder/ABC257/D/data/02_max_11.out b/AtCoder/ABC257/D/data/02_max_11.out new file mode 100644 index 00000000..24ed05ec --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb97300523853ba552f0a2a272418463b6688fe766b70eee6d014655be43d768 +size 8 diff --git a/AtCoder/ABC257/D/data/02_max_12.in b/AtCoder/ABC257/D/data/02_max_12.in new file mode 100644 index 00000000..6cefe318 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e19a7f6482b411dd76810ab6e2feaac93cf689093ff2c7844ee5966ec0982fd +size 4949 diff --git a/AtCoder/ABC257/D/data/02_max_12.out b/AtCoder/ABC257/D/data/02_max_12.out new file mode 100644 index 00000000..a797f72e --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31b7f45902605f9391472d094b66f6570770fdc644117dd6c6616b53ac92569 +size 7 diff --git a/AtCoder/ABC257/D/data/02_max_13.in b/AtCoder/ABC257/D/data/02_max_13.in new file mode 100644 index 00000000..4ae72631 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69f1aa9b2284ccc7dee91754f495c375db3717ecb0c231ad02f7d18b8c19208 +size 4943 diff --git a/AtCoder/ABC257/D/data/02_max_13.out b/AtCoder/ABC257/D/data/02_max_13.out new file mode 100644 index 00000000..cb6d1aab --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_13.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f26f6b847ee22e2bcd1dfc82729b2bc815fb4c660162b726e7316dfeed5420d +size 7 diff --git a/AtCoder/ABC257/D/data/02_max_14.in b/AtCoder/ABC257/D/data/02_max_14.in new file mode 100644 index 00000000..1d5f4af9 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ea6b78b4f43e137964cb3db325c445dc8560221f26a54e7114b04e05d7b929 +size 4935 diff --git a/AtCoder/ABC257/D/data/02_max_14.out b/AtCoder/ABC257/D/data/02_max_14.out new file mode 100644 index 00000000..ba68386c --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_14.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce7cd8729e089c0c2afaec266240177424ccff69c5794e446f5b7807d11ec86 +size 7 diff --git a/AtCoder/ABC257/D/data/02_max_15.in b/AtCoder/ABC257/D/data/02_max_15.in new file mode 100644 index 00000000..fbd378c9 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d33f86c004495e46d75e785bdfcd772af26cfaceb5d94b0e5d6fda46d2fea5 +size 4954 diff --git a/AtCoder/ABC257/D/data/02_max_15.out b/AtCoder/ABC257/D/data/02_max_15.out new file mode 100644 index 00000000..06c73ce0 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_15.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff321ec8f8173eed1081b8bc89d54533daa29181f81ffeb757700a129ff2a9a +size 7 diff --git a/AtCoder/ABC257/D/data/02_max_16.in b/AtCoder/ABC257/D/data/02_max_16.in new file mode 100644 index 00000000..f8910723 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4457715861109cd95ac112247fd903bddb25f6b87a3daf7119b5eaf95ca9da5b +size 4933 diff --git a/AtCoder/ABC257/D/data/02_max_16.out b/AtCoder/ABC257/D/data/02_max_16.out new file mode 100644 index 00000000..39b3cb9a --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_16.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1873a384232e0af37d1b60d6d21de4c00d8ab1c489fb0c1296be8374158e13b +size 7 diff --git a/AtCoder/ABC257/D/data/02_max_17.in b/AtCoder/ABC257/D/data/02_max_17.in new file mode 100644 index 00000000..dd85686f --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26182adb77f0bc049f27ff7fadb76e6a5a9d755d8f1c6a83997c628f2d3247f +size 5697 diff --git a/AtCoder/ABC257/D/data/02_max_17.out b/AtCoder/ABC257/D/data/02_max_17.out new file mode 100644 index 00000000..2ee76fd3 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_17.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ef8a73c127ede2e6548dabea6eeec13a2cdff5a905f8e68f194c5c2fb036a7 +size 4 diff --git a/AtCoder/ABC257/D/data/02_max_18.in b/AtCoder/ABC257/D/data/02_max_18.in new file mode 100644 index 00000000..46b8c352 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fc2c17d4c3b8d4ea8e952cf7c8bcdb3f23f2e164a3fb5da6f0d1aee5beb6e1 +size 5726 diff --git a/AtCoder/ABC257/D/data/02_max_18.out b/AtCoder/ABC257/D/data/02_max_18.out new file mode 100644 index 00000000..c4217dfd --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_18.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93844f8f37e55564be3f194656bf33b5d0fb5e589a0fe17eb7c2d4e8593ec9c +size 3 diff --git a/AtCoder/ABC257/D/data/02_max_19.in b/AtCoder/ABC257/D/data/02_max_19.in new file mode 100644 index 00000000..9b5cc03a --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b85135a8ccd305d716f508914405a63aa09d46fdc118fc5e0af357f987fb73 +size 5720 diff --git a/AtCoder/ABC257/D/data/02_max_19.out b/AtCoder/ABC257/D/data/02_max_19.out new file mode 100644 index 00000000..844248cd --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_19.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94357f63ecbc9f2a794d70f4d95b4a0db358191b6ae02fe472d240e367467503 +size 3 diff --git a/AtCoder/ABC257/D/data/02_max_20.in b/AtCoder/ABC257/D/data/02_max_20.in new file mode 100644 index 00000000..486da7f5 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d87266a11fef620ffda9e91be90add9021b32eee12b2f9c1b24549777cf9c19 +size 5700 diff --git a/AtCoder/ABC257/D/data/02_max_20.out b/AtCoder/ABC257/D/data/02_max_20.out new file mode 100644 index 00000000..844248cd --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_20.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94357f63ecbc9f2a794d70f4d95b4a0db358191b6ae02fe472d240e367467503 +size 3 diff --git a/AtCoder/ABC257/D/data/02_max_21.in b/AtCoder/ABC257/D/data/02_max_21.in new file mode 100644 index 00000000..53b0f75f --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_21.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bf6a453a81c05c358250b92743663a5d5e55b7a25f92472daa23f425869c5a +size 5729 diff --git a/AtCoder/ABC257/D/data/02_max_21.out b/AtCoder/ABC257/D/data/02_max_21.out new file mode 100644 index 00000000..92f8b043 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_21.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe028cccfcfd1aadf0cae5cdadc9fdb1e93988c41b242b575cb45a3dd4b0c24c +size 3 diff --git a/AtCoder/ABC257/D/data/02_max_22.in b/AtCoder/ABC257/D/data/02_max_22.in new file mode 100644 index 00000000..04a78176 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_22.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500bc2105509f6bf720586218edb8df2a1173fe907a5ab994a922ada5e123e3 +size 5700 diff --git a/AtCoder/ABC257/D/data/02_max_22.out b/AtCoder/ABC257/D/data/02_max_22.out new file mode 100644 index 00000000..5cb8e144 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_22.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496ecdb854d49463f8655b210ddf17d3395d26b20a6f297b07cf99834c6336f0 +size 4 diff --git a/AtCoder/ABC257/D/data/02_max_23.in b/AtCoder/ABC257/D/data/02_max_23.in new file mode 100644 index 00000000..cf1bbb03 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_23.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5b4a65c33cac2261ae241c9c7ac280a3e4b38d7f5756df84e360fe80ff305c +size 5712 diff --git a/AtCoder/ABC257/D/data/02_max_23.out b/AtCoder/ABC257/D/data/02_max_23.out new file mode 100644 index 00000000..52fa137d --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_23.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d867d3f88fa20d7cb936ecd93651adeedf473a6177218cd0987f462ff5511cb6 +size 3 diff --git a/AtCoder/ABC257/D/data/02_max_24.in b/AtCoder/ABC257/D/data/02_max_24.in new file mode 100644 index 00000000..04742f21 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_24.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663114821452f6aec0109902b9dd8944a3871f590fcee18506a1ac897a55aa8d +size 6121 diff --git a/AtCoder/ABC257/D/data/02_max_24.out b/AtCoder/ABC257/D/data/02_max_24.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_24.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/D/data/02_max_25.in b/AtCoder/ABC257/D/data/02_max_25.in new file mode 100644 index 00000000..9a68484c --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_25.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd320c6d9aa8d3ffe153fab48723cc9cefc869fc69a432e98b14dd0788a03628 +size 6118 diff --git a/AtCoder/ABC257/D/data/02_max_25.out b/AtCoder/ABC257/D/data/02_max_25.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/AtCoder/ABC257/D/data/02_max_25.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/AtCoder/ABC257/D/data/03_handmade_01.in b/AtCoder/ABC257/D/data/03_handmade_01.in new file mode 100644 index 00000000..9f6f4412 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b43869d40fc7dbd1c68a5ff9926e88af9e84b9350ef16c6912d0fd4cfbe0c4 +size 58 diff --git a/AtCoder/ABC257/D/data/03_handmade_01.out b/AtCoder/ABC257/D/data/03_handmade_01.out new file mode 100644 index 00000000..ba747b52 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2264250160ee91b20af64f30128e3787fcf641f1c504f7ac752597e7d2cc09 +size 11 diff --git a/AtCoder/ABC257/D/data/03_handmade_02.in b/AtCoder/ABC257/D/data/03_handmade_02.in new file mode 100644 index 00000000..81abd8d3 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4f7c29c0f4c3632ca64bea5d5310e6645f81a0931f9eab40b7f73624bfe583 +size 4607 diff --git a/AtCoder/ABC257/D/data/03_handmade_02.out b/AtCoder/ABC257/D/data/03_handmade_02.out new file mode 100644 index 00000000..aa11f044 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c00b98fae31a47acbdffb45f3504515e1ff350d4e44a0b9270f14d9f88b498 +size 11 diff --git a/AtCoder/ABC257/D/data/03_handmade_03.in b/AtCoder/ABC257/D/data/03_handmade_03.in new file mode 100644 index 00000000..aa14ca53 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c365d9c81b9a61003982769100900facc988d49a03ddaad8228400b8bf859cc7 +size 4601 diff --git a/AtCoder/ABC257/D/data/03_handmade_03.out b/AtCoder/ABC257/D/data/03_handmade_03.out new file mode 100644 index 00000000..e4727dfc --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5123257b57ca4b8d31958ab8977ed5a52e0d8ab1e17df2f4f347a24cb1e1e1d5 +size 11 diff --git a/AtCoder/ABC257/D/data/03_handmade_04.in b/AtCoder/ABC257/D/data/03_handmade_04.in new file mode 100644 index 00000000..75cd1d5e --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e95cb1eda2d5f7e82d59ea2ab0ab87678be1328aff5317d5c2ec9e2b3004f2 +size 4603 diff --git a/AtCoder/ABC257/D/data/03_handmade_04.out b/AtCoder/ABC257/D/data/03_handmade_04.out new file mode 100644 index 00000000..526c4ce7 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df745b731c4b963ab446ae1972758ca6f31c663b13789e71c27547cc19bd9d7 +size 11 diff --git a/AtCoder/ABC257/D/data/03_handmade_05.in b/AtCoder/ABC257/D/data/03_handmade_05.in new file mode 100644 index 00000000..61763326 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c5efa8935b56b07eeee2520eee2f09c624d424b206c03f7f01cd997c6a52f8 +size 4600 diff --git a/AtCoder/ABC257/D/data/03_handmade_05.out b/AtCoder/ABC257/D/data/03_handmade_05.out new file mode 100644 index 00000000..91d67a35 --- /dev/null +++ b/AtCoder/ABC257/D/data/03_handmade_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56b864431536bc9971a6302da0e1db5ec8847265956cc47fcc82c49c120e1d4 +size 11 diff --git a/AtCoder/ABC257/E/data/00_sample_01.in b/AtCoder/ABC257/E/data/00_sample_01.in new file mode 100644 index 00000000..aaf4e601 --- /dev/null +++ b/AtCoder/ABC257/E/data/00_sample_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cee5cc65bf6f15652d33ed555736fdcc0540975fd252cc73718048261a1eeb +size 20 diff --git a/AtCoder/ABC257/E/data/00_sample_01.out b/AtCoder/ABC257/E/data/00_sample_01.out new file mode 100644 index 00000000..52fa137d --- /dev/null +++ b/AtCoder/ABC257/E/data/00_sample_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d867d3f88fa20d7cb936ecd93651adeedf473a6177218cd0987f462ff5511cb6 +size 3 diff --git a/AtCoder/ABC257/E/data/00_sample_02.in b/AtCoder/ABC257/E/data/00_sample_02.in new file mode 100644 index 00000000..fabd571f --- /dev/null +++ b/AtCoder/ABC257/E/data/00_sample_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014d17c7b4bc3fede581d3e6a083004e838b9b7a28858e533897308c9f80a1b0 +size 21 diff --git a/AtCoder/ABC257/E/data/00_sample_02.out b/AtCoder/ABC257/E/data/00_sample_02.out new file mode 100644 index 00000000..b7198256 --- /dev/null +++ b/AtCoder/ABC257/E/data/00_sample_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebf2d1fb2706db35c5b830a32159e44f5c4e3ca32e39745bd728633a41049fd +size 21 diff --git a/AtCoder/ABC257/E/data/01_random_01.in b/AtCoder/ABC257/E/data/01_random_01.in new file mode 100644 index 00000000..7166bf74 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd813ac9b86fe05ea568fe80a4cf1f17e809be4918980d0b15152e448f29722e +size 69 diff --git a/AtCoder/ABC257/E/data/01_random_01.out b/AtCoder/ABC257/E/data/01_random_01.out new file mode 100644 index 00000000..e3dfdd48 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f8d822ea64f5bdb9564c533195e35d21689b84bf074d83bb2d7a866b5276d4 +size 6 diff --git a/AtCoder/ABC257/E/data/01_random_02.in b/AtCoder/ABC257/E/data/01_random_02.in new file mode 100644 index 00000000..b95624e7 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97488f3661ae796677a41c6b3692c385b6c28bf6643f8483f543e2f05f205ad7 +size 69 diff --git a/AtCoder/ABC257/E/data/01_random_02.out b/AtCoder/ABC257/E/data/01_random_02.out new file mode 100644 index 00000000..e3dfdd48 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f8d822ea64f5bdb9564c533195e35d21689b84bf074d83bb2d7a866b5276d4 +size 6 diff --git a/AtCoder/ABC257/E/data/01_random_03.in b/AtCoder/ABC257/E/data/01_random_03.in new file mode 100644 index 00000000..aca0e0dc --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff103fc316155933e2be43139102d8bcc5903fc422a2762347eb3428df501c8a +size 69 diff --git a/AtCoder/ABC257/E/data/01_random_03.out b/AtCoder/ABC257/E/data/01_random_03.out new file mode 100644 index 00000000..7c5a9010 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1ee1b99d991e50d6d211f2d39cae3e18f98969c3ad95b6869ccf44d1344992 +size 12 diff --git a/AtCoder/ABC257/E/data/01_random_04.in b/AtCoder/ABC257/E/data/01_random_04.in new file mode 100644 index 00000000..2370dd31 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5216925d3a9ccadd1a632e4aff1f21288b49d0c08d12a887ba187dd1cd39fa67 +size 67 diff --git a/AtCoder/ABC257/E/data/01_random_04.out b/AtCoder/ABC257/E/data/01_random_04.out new file mode 100644 index 00000000..b2871b0a --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0050b00bc28abe7c0273e4fa812f06672e6e0f8b92420338cbca06746b25232 +size 34 diff --git a/AtCoder/ABC257/E/data/01_random_05.in b/AtCoder/ABC257/E/data/01_random_05.in new file mode 100644 index 00000000..364436d2 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb2340f8fd61b08640503dbb12d0e328c984bbcfdd1626a9ec8d1d46d49f4c2 +size 70 diff --git a/AtCoder/ABC257/E/data/01_random_05.out b/AtCoder/ABC257/E/data/01_random_05.out new file mode 100644 index 00000000..d790bd49 --- /dev/null +++ b/AtCoder/ABC257/E/data/01_random_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6d31a5983a91251bfae5aefa1c0a19d8ba3cf601d0e8a706b4cfa9661a6b8a +size 2 diff --git a/AtCoder/ABC257/E/data/02_max_01.in b/AtCoder/ABC257/E/data/02_max_01.in new file mode 100644 index 00000000..732a8edb --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de24d5d4fc6e89ebf2b29832f77d678747bcc838e51543239793233dfe4176ee +size 26 diff --git a/AtCoder/ABC257/E/data/02_max_01.out b/AtCoder/ABC257/E/data/02_max_01.out new file mode 100644 index 00000000..4352e5a2 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3977818269f5935a9dcfc6bb642144d02709c7c445fb732ea2f87d947516a1b5 +size 1000001 diff --git a/AtCoder/ABC257/E/data/02_max_02.in b/AtCoder/ABC257/E/data/02_max_02.in new file mode 100644 index 00000000..eed22ac7 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96ce2a3e95d6d9afbed1b42c0f1d86398762c97c6569c2f78b351043dc96b55 +size 26 diff --git a/AtCoder/ABC257/E/data/02_max_02.out b/AtCoder/ABC257/E/data/02_max_02.out new file mode 100644 index 00000000..003a4a71 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c61ee5dfc5313c19cc7a6256b50e4e0a50f4b81a6fa513d7e991cc9eddd2740 +size 333334 diff --git a/AtCoder/ABC257/E/data/02_max_03.in b/AtCoder/ABC257/E/data/02_max_03.in new file mode 100644 index 00000000..f289e5b8 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf841e5b669bcb4b7a7bb1fc4bd2302ecc03d897551a96883db21b8485ab0fb +size 70 diff --git a/AtCoder/ABC257/E/data/02_max_03.out b/AtCoder/ABC257/E/data/02_max_03.out new file mode 100644 index 00000000..9dedd00a --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca078eda0800c0943ec4fe1559f94eca819f581de0b7639ff9ecea974089af33 +size 30 diff --git a/AtCoder/ABC257/E/data/02_max_04.in b/AtCoder/ABC257/E/data/02_max_04.in new file mode 100644 index 00000000..9c4b48c8 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b020e6f10f7740d147a6dd37ec68ea7e327f564d9021f674f9025b28dd33602 +size 69 diff --git a/AtCoder/ABC257/E/data/02_max_04.out b/AtCoder/ABC257/E/data/02_max_04.out new file mode 100644 index 00000000..71887c3e --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3fb01d7b5a618598535d689d9cdb31e309137583efcba4e15d7999f851605e +size 31 diff --git a/AtCoder/ABC257/E/data/02_max_05.in b/AtCoder/ABC257/E/data/02_max_05.in new file mode 100644 index 00000000..65380beb --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac921322a9ad066d7a3c9ef45bbb285eee5500d9aecf0e83bcdee5bec82ee265 +size 70 diff --git a/AtCoder/ABC257/E/data/02_max_05.out b/AtCoder/ABC257/E/data/02_max_05.out new file mode 100644 index 00000000..f2857515 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e201a82a3deeb4e89315570ab7d64b1539da85e72a01747365b7b007df2ecc5 +size 19 diff --git a/AtCoder/ABC257/E/data/02_max_06.in b/AtCoder/ABC257/E/data/02_max_06.in new file mode 100644 index 00000000..faae9030 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230230c50c67f6767ed3fc2319ef5b0a6d0d4ed9f63bd942445830e109c5cbe7 +size 26 diff --git a/AtCoder/ABC257/E/data/02_max_06.out b/AtCoder/ABC257/E/data/02_max_06.out new file mode 100644 index 00000000..564f9659 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8464d8bad64b01a84978116fe031d0cef12417b4b34423b34119d63d3684fb5 +size 500001 diff --git a/AtCoder/ABC257/E/data/02_max_07.in b/AtCoder/ABC257/E/data/02_max_07.in new file mode 100644 index 00000000..8b84be9a --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf33231323ceecd4616f8fc74d1101701fe6b4c5e7b8df579b1a9c4a2b845c4 +size 26 diff --git a/AtCoder/ABC257/E/data/02_max_07.out b/AtCoder/ABC257/E/data/02_max_07.out new file mode 100644 index 00000000..7bf40585 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d924e5e938c18d4bd60273613dc7807df7a55e002114bdf90147fd1f04fc219f +size 1000001 diff --git a/AtCoder/ABC257/E/data/02_max_08.in b/AtCoder/ABC257/E/data/02_max_08.in new file mode 100644 index 00000000..ee04f663 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c558216bdece7d02f46dbe55974c674be69aad93c205426d5d0587d3245016 +size 35 diff --git a/AtCoder/ABC257/E/data/02_max_08.out b/AtCoder/ABC257/E/data/02_max_08.out new file mode 100644 index 00000000..abfc4ec3 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c71417cfe2b035745e9dc36fe4cebe4ab59ba3614fdbb1903ea8c8935c56ab +size 12196 diff --git a/AtCoder/ABC257/E/data/02_max_09.in b/AtCoder/ABC257/E/data/02_max_09.in new file mode 100644 index 00000000..d0fd195e --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f670e1b4a2591f63fdaab66c92bf619801d0a316d7f2ed2c076016c3a8413bb5 +size 36 diff --git a/AtCoder/ABC257/E/data/02_max_09.out b/AtCoder/ABC257/E/data/02_max_09.out new file mode 100644 index 00000000..e522c83e --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044e3c95c99def3654fa6cf2289d96f0d317e6fe898374771d6301343ec10fed +size 12988 diff --git a/AtCoder/ABC257/E/data/02_max_10.in b/AtCoder/ABC257/E/data/02_max_10.in new file mode 100644 index 00000000..c19bf457 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a4a9e4286c6c4c2500abdf42b1560c97fbe6399f39956f95568e43e2f2c48e +size 36 diff --git a/AtCoder/ABC257/E/data/02_max_10.out b/AtCoder/ABC257/E/data/02_max_10.out new file mode 100644 index 00000000..b9540ab9 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492b2b6790162c369fced9034845121da339502c95c05e3346a93d649252c3f8 +size 11364 diff --git a/AtCoder/ABC257/E/data/02_max_11.in b/AtCoder/ABC257/E/data/02_max_11.in new file mode 100644 index 00000000..15da3f66 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4057a03a3127c56aa49f0e3f73e9f2533677d7bfc7988465a5dcd9b8c2cc61f +size 29 diff --git a/AtCoder/ABC257/E/data/02_max_11.out b/AtCoder/ABC257/E/data/02_max_11.out new file mode 100644 index 00000000..2e968cfb --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d138adc993acc4e9c7d212b82e0914b66329bba17e900bae0bfc702c35104d11 +size 250001 diff --git a/AtCoder/ABC257/E/data/02_max_12.in b/AtCoder/ABC257/E/data/02_max_12.in new file mode 100644 index 00000000..33f70bfd --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccf89bb2672d2156aa70f45ed08c0d849fda0364b63d0b8906d726e22ac8c92 +size 35 diff --git a/AtCoder/ABC257/E/data/02_max_12.out b/AtCoder/ABC257/E/data/02_max_12.out new file mode 100644 index 00000000..41a0155e --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3342f3f3257564778890ee845c4910fe2808183cae07854febc75d58c53194 +size 12049 diff --git a/AtCoder/ABC257/E/data/02_max_13.in b/AtCoder/ABC257/E/data/02_max_13.in new file mode 100644 index 00000000..0ea9fb25 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210c923f6f7da16f8607eda8f27a9a491d3b54136839f33a023c9c3f251344d5 +size 35 diff --git a/AtCoder/ABC257/E/data/02_max_13.out b/AtCoder/ABC257/E/data/02_max_13.out new file mode 100644 index 00000000..fdb61266 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_13.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d50f5fc56f6bcc33df2fdad6dc9d1670a0a0ee926936b97e78de534be86467 +size 11905 diff --git a/AtCoder/ABC257/E/data/02_max_14.in b/AtCoder/ABC257/E/data/02_max_14.in new file mode 100644 index 00000000..e7a4f21c --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea41dfbe831533f2a4dc94e92d316dc70c80ff05fbe838e7093e28cb1893987 +size 35 diff --git a/AtCoder/ABC257/E/data/02_max_14.out b/AtCoder/ABC257/E/data/02_max_14.out new file mode 100644 index 00000000..87f63c9f --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_14.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdb9ccef440dcc208f87595e087de587cbc58f057c8d4d414759c83e7485246 +size 14706 diff --git a/AtCoder/ABC257/E/data/02_max_15.in b/AtCoder/ABC257/E/data/02_max_15.in new file mode 100644 index 00000000..63a02523 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af979042f6d7f73ec6db0d46ba0e6f0800bbd3cc310a70de17c0a68e86e4485 +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_15.out b/AtCoder/ABC257/E/data/02_max_15.out new file mode 100644 index 00000000..1e4ba192 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_15.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8534fba1b621d69d8186eb70cb833979a774ed16b5396c355125b23b4f30beb +size 4673 diff --git a/AtCoder/ABC257/E/data/02_max_16.in b/AtCoder/ABC257/E/data/02_max_16.in new file mode 100644 index 00000000..39f2477f --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d20d84168845e7be27b52937da9e19a02c3494d0d497a1288b0ca930c11db4 +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_16.out b/AtCoder/ABC257/E/data/02_max_16.out new file mode 100644 index 00000000..6283850e --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_16.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8079fb240304de7defc19457f2883d1633a34f460f06288077e8e888c6e6c8 +size 2660 diff --git a/AtCoder/ABC257/E/data/02_max_17.in b/AtCoder/ABC257/E/data/02_max_17.in new file mode 100644 index 00000000..10deecf2 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8edef1f4af05bbe68323436c5a1839b387c6d59833624bbc965bbbcb21f8b32 +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_17.out b/AtCoder/ABC257/E/data/02_max_17.out new file mode 100644 index 00000000..4846f29b --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_17.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f082a3c1d105530c9d197334e9d77ee417225f26c2297e3286e027981cca5f3 +size 1025 diff --git a/AtCoder/ABC257/E/data/02_max_18.in b/AtCoder/ABC257/E/data/02_max_18.in new file mode 100644 index 00000000..3d0c98cd --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bdc73582df63181c60b7e86f4e8a0114b988d959d0e9415ed9ecc8aa8fc04e +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_18.out b/AtCoder/ABC257/E/data/02_max_18.out new file mode 100644 index 00000000..c8b7a934 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_18.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742bb41b05f32174b703a239b5a9585920d068c8cf2d72c7d74fa61ecb22c2b0 +size 1950 diff --git a/AtCoder/ABC257/E/data/02_max_19.in b/AtCoder/ABC257/E/data/02_max_19.in new file mode 100644 index 00000000..2cda37c7 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff596bdcf6ff7baf9dac46143a9a5195d84e8ce737bcdcebd8c12ff085df41d +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_19.out b/AtCoder/ABC257/E/data/02_max_19.out new file mode 100644 index 00000000..725a3774 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_19.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6c228d3c4fbbb6b0e57f7b780a9be35f8301246eecfe98e361d218b71ecb96 +size 2080 diff --git a/AtCoder/ABC257/E/data/02_max_20.in b/AtCoder/ABC257/E/data/02_max_20.in new file mode 100644 index 00000000..2d523be4 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fbe314442800c5ea1789a190aea98c45be699884b3934a0ce02921be69fe68 +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_20.out b/AtCoder/ABC257/E/data/02_max_20.out new file mode 100644 index 00000000..c4a437c8 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_20.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53effcdbd7ff6d4bddce5f201a9daa49173d23fbe770db33f2500f3b9f1ad572 +size 3449 diff --git a/AtCoder/ABC257/E/data/02_max_21.in b/AtCoder/ABC257/E/data/02_max_21.in new file mode 100644 index 00000000..58e5e244 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_21.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd39daff47ba5da003a4e1e82271a277de6e68224a9cbdccf8f01d0338a8b6e +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_21.out b/AtCoder/ABC257/E/data/02_max_21.out new file mode 100644 index 00000000..86a658f6 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_21.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a49fc53a9374520c19681886ee9ca9a90d379e75cfc668e984226e3fe705c51 +size 1220 diff --git a/AtCoder/ABC257/E/data/02_max_22.in b/AtCoder/ABC257/E/data/02_max_22.in new file mode 100644 index 00000000..0313a31c --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_22.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f12e9f51bfad1dedd649668458527b1b7e42c439930576b2ac6be178e150a1 +size 26 diff --git a/AtCoder/ABC257/E/data/02_max_22.out b/AtCoder/ABC257/E/data/02_max_22.out new file mode 100644 index 00000000..7bf40585 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_22.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d924e5e938c18d4bd60273613dc7807df7a55e002114bdf90147fd1f04fc219f +size 1000001 diff --git a/AtCoder/ABC257/E/data/02_max_23.in b/AtCoder/ABC257/E/data/02_max_23.in new file mode 100644 index 00000000..d780cf9a --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_23.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a771b800cb873b7c2c2fc12420a70daa38f21ba6428525ccc816c00c6cc9e6 +size 44 diff --git a/AtCoder/ABC257/E/data/02_max_23.out b/AtCoder/ABC257/E/data/02_max_23.out new file mode 100644 index 00000000..fa0574d8 --- /dev/null +++ b/AtCoder/ABC257/E/data/02_max_23.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b91da8a166f1b4da478caaa9583566325f7f3e7d1b0ad93a1a47a609164fac6 +size 5077