From 2a7610c7d0679fd3ce0e1f70895e4174af9cc95f Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 8 Oct 2022 21:09:03 +0800 Subject: [PATCH] Add testdata for AtCoder/ABC265/C --- AtCoder/ABC265/C/data/00_sample_00.in | 3 +++ AtCoder/ABC265/C/data/00_sample_00.out | 3 +++ AtCoder/ABC265/C/data/00_sample_01.in | 3 +++ AtCoder/ABC265/C/data/00_sample_01.out | 3 +++ AtCoder/ABC265/C/data/00_sample_02.in | 3 +++ AtCoder/ABC265/C/data/00_sample_02.out | 3 +++ AtCoder/ABC265/C/data/01_random_1_00.in | 3 +++ AtCoder/ABC265/C/data/01_random_1_00.out | 3 +++ AtCoder/ABC265/C/data/01_random_1_01.in | 3 +++ AtCoder/ABC265/C/data/01_random_1_01.out | 3 +++ AtCoder/ABC265/C/data/01_random_1_02.in | 3 +++ AtCoder/ABC265/C/data/01_random_1_02.out | 3 +++ AtCoder/ABC265/C/data/02_random_2_00.in | 3 +++ AtCoder/ABC265/C/data/02_random_2_00.out | 3 +++ AtCoder/ABC265/C/data/02_random_2_01.in | 3 +++ AtCoder/ABC265/C/data/02_random_2_01.out | 3 +++ AtCoder/ABC265/C/data/02_random_2_02.in | 3 +++ AtCoder/ABC265/C/data/02_random_2_02.out | 3 +++ AtCoder/ABC265/C/data/03_max_00.in | 3 +++ AtCoder/ABC265/C/data/03_max_00.out | 3 +++ AtCoder/ABC265/C/data/03_max_01.in | 3 +++ AtCoder/ABC265/C/data/03_max_01.out | 3 +++ AtCoder/ABC265/C/data/03_max_02.in | 3 +++ AtCoder/ABC265/C/data/03_max_02.out | 3 +++ AtCoder/ABC265/C/data/03_max_03.in | 3 +++ AtCoder/ABC265/C/data/03_max_03.out | 3 +++ AtCoder/ABC265/C/data/03_max_04.in | 3 +++ AtCoder/ABC265/C/data/03_max_04.out | 3 +++ 28 files changed, 84 insertions(+) create mode 100644 AtCoder/ABC265/C/data/00_sample_00.in create mode 100644 AtCoder/ABC265/C/data/00_sample_00.out create mode 100644 AtCoder/ABC265/C/data/00_sample_01.in create mode 100644 AtCoder/ABC265/C/data/00_sample_01.out create mode 100644 AtCoder/ABC265/C/data/00_sample_02.in create mode 100644 AtCoder/ABC265/C/data/00_sample_02.out create mode 100644 AtCoder/ABC265/C/data/01_random_1_00.in create mode 100644 AtCoder/ABC265/C/data/01_random_1_00.out create mode 100644 AtCoder/ABC265/C/data/01_random_1_01.in create mode 100644 AtCoder/ABC265/C/data/01_random_1_01.out create mode 100644 AtCoder/ABC265/C/data/01_random_1_02.in create mode 100644 AtCoder/ABC265/C/data/01_random_1_02.out create mode 100644 AtCoder/ABC265/C/data/02_random_2_00.in create mode 100644 AtCoder/ABC265/C/data/02_random_2_00.out create mode 100644 AtCoder/ABC265/C/data/02_random_2_01.in create mode 100644 AtCoder/ABC265/C/data/02_random_2_01.out create mode 100644 AtCoder/ABC265/C/data/02_random_2_02.in create mode 100644 AtCoder/ABC265/C/data/02_random_2_02.out create mode 100644 AtCoder/ABC265/C/data/03_max_00.in create mode 100644 AtCoder/ABC265/C/data/03_max_00.out create mode 100644 AtCoder/ABC265/C/data/03_max_01.in create mode 100644 AtCoder/ABC265/C/data/03_max_01.out create mode 100644 AtCoder/ABC265/C/data/03_max_02.in create mode 100644 AtCoder/ABC265/C/data/03_max_02.out create mode 100644 AtCoder/ABC265/C/data/03_max_03.in create mode 100644 AtCoder/ABC265/C/data/03_max_03.out create mode 100644 AtCoder/ABC265/C/data/03_max_04.in create mode 100644 AtCoder/ABC265/C/data/03_max_04.out diff --git a/AtCoder/ABC265/C/data/00_sample_00.in b/AtCoder/ABC265/C/data/00_sample_00.in new file mode 100644 index 00000000..bf6c945b --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf1f843ee817f2ac47bf3359bc0c70dd77e474c5e488be03384a2423fa1ea09 +size 12 diff --git a/AtCoder/ABC265/C/data/00_sample_00.out b/AtCoder/ABC265/C/data/00_sample_00.out new file mode 100644 index 00000000..1715bbdb --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ea1f3c2d566646713b53bd09d64591fe6d4c8b5341a5f27e4523b1bae289c8 +size 4 diff --git a/AtCoder/ABC265/C/data/00_sample_01.in b/AtCoder/ABC265/C/data/00_sample_01.in new file mode 100644 index 00000000..0186bba4 --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5016ebe696d1723a980b4732e1c9f89dbd2ec6be6edc86b449a0baf36fb023fb +size 12 diff --git a/AtCoder/ABC265/C/data/00_sample_01.out b/AtCoder/ABC265/C/data/00_sample_01.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/00_sample_02.in b/AtCoder/ABC265/C/data/00_sample_02.in new file mode 100644 index 00000000..5d2b746f --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dca2185a3a63fa16d46fb19f93ab0e405b131a708f0ef95dd8691d9efafa8d +size 410 diff --git a/AtCoder/ABC265/C/data/00_sample_02.out b/AtCoder/ABC265/C/data/00_sample_02.out new file mode 100644 index 00000000..9bff1b8c --- /dev/null +++ b/AtCoder/ABC265/C/data/00_sample_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11977beca74588a71efb3015c6aad51b6dc9d30b9d410869f1c62530d2683ac +size 4 diff --git a/AtCoder/ABC265/C/data/01_random_1_00.in b/AtCoder/ABC265/C/data/01_random_1_00.in new file mode 100644 index 00000000..75d76902 --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b706f28ea0cb813d688ca3c564e1eaa641fe3b8ac746acd61b2dc2ab62414131 +size 250508 diff --git a/AtCoder/ABC265/C/data/01_random_1_00.out b/AtCoder/ABC265/C/data/01_random_1_00.out new file mode 100644 index 00000000..1715bbdb --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ea1f3c2d566646713b53bd09d64591fe6d4c8b5341a5f27e4523b1bae289c8 +size 4 diff --git a/AtCoder/ABC265/C/data/01_random_1_01.in b/AtCoder/ABC265/C/data/01_random_1_01.in new file mode 100644 index 00000000..0cbb2513 --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa67028135edaa76d599d1bc5df856358782def7b86592879ce2370ccec209fc +size 250508 diff --git a/AtCoder/ABC265/C/data/01_random_1_01.out b/AtCoder/ABC265/C/data/01_random_1_01.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/01_random_1_02.in b/AtCoder/ABC265/C/data/01_random_1_02.in new file mode 100644 index 00000000..0b9edc9c --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5155905bdefbe82ac1ba6eefd6fa5e3d51a3e4adf007fa5f762b36eb3874b17 +size 250508 diff --git a/AtCoder/ABC265/C/data/01_random_1_02.out b/AtCoder/ABC265/C/data/01_random_1_02.out new file mode 100644 index 00000000..46d33a80 --- /dev/null +++ b/AtCoder/ABC265/C/data/01_random_1_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f11ad6bbc7ecca0b2416b713dee77f1a635c00aaeaa946e14cde1c2bfae56d5 +size 4 diff --git a/AtCoder/ABC265/C/data/02_random_2_00.in b/AtCoder/ABC265/C/data/02_random_2_00.in new file mode 100644 index 00000000..c572116c --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3052bc1e256d20e905005d988f7678b71b08cceea02f7aa6c10a5a210da22e0a +size 250508 diff --git a/AtCoder/ABC265/C/data/02_random_2_00.out b/AtCoder/ABC265/C/data/02_random_2_00.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/02_random_2_01.in b/AtCoder/ABC265/C/data/02_random_2_01.in new file mode 100644 index 00000000..0a882999 --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b59adbbad12012fbcfa53415fd7c8e8339239dee72aa15ee10210752af1968 +size 250508 diff --git a/AtCoder/ABC265/C/data/02_random_2_01.out b/AtCoder/ABC265/C/data/02_random_2_01.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/02_random_2_02.in b/AtCoder/ABC265/C/data/02_random_2_02.in new file mode 100644 index 00000000..bdc24f95 --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e457626b4de9f0063a3be224840a96f05660afd2ac33bfa1ab562f58c864c3eb +size 250508 diff --git a/AtCoder/ABC265/C/data/02_random_2_02.out b/AtCoder/ABC265/C/data/02_random_2_02.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/02_random_2_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/03_max_00.in b/AtCoder/ABC265/C/data/03_max_00.in new file mode 100644 index 00000000..6aabf1a3 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_00.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de1b28f88c54d03ce3ecc829bd793b5a5837f91ebf300d3772293a516540474 +size 250508 diff --git a/AtCoder/ABC265/C/data/03_max_00.out b/AtCoder/ABC265/C/data/03_max_00.out new file mode 100644 index 00000000..311c4506 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_00.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3aa64bb94a50845d5024cd4bd20202a4567aed5cd5328c0d97e9920775fc28 +size 3 diff --git a/AtCoder/ABC265/C/data/03_max_01.in b/AtCoder/ABC265/C/data/03_max_01.in new file mode 100644 index 00000000..5e6cb42c --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef6e4e38c26947c7c686a89a23d5466ac670030aceef6a9a891910d8751546e +size 250508 diff --git a/AtCoder/ABC265/C/data/03_max_01.out b/AtCoder/ABC265/C/data/03_max_01.out new file mode 100644 index 00000000..cfbb9647 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1373e36570a317e18303a77b07356bdedd604220e5a9ea16a271497776af1806 +size 6 diff --git a/AtCoder/ABC265/C/data/03_max_02.in b/AtCoder/ABC265/C/data/03_max_02.in new file mode 100644 index 00000000..0eb5209c --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71f39eaf50858ef23c14ffbefcf8a7ef7531e4d41cfe32e7f90b9b3a7c750e3 +size 250508 diff --git a/AtCoder/ABC265/C/data/03_max_02.out b/AtCoder/ABC265/C/data/03_max_02.out new file mode 100644 index 00000000..1e160cc1 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badc2129f33c4cbc478757ed04bc16f4cfdea824eb48ff8d3b3b78811d770709 +size 8 diff --git a/AtCoder/ABC265/C/data/03_max_03.in b/AtCoder/ABC265/C/data/03_max_03.in new file mode 100644 index 00000000..af989db7 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb58f8bd3a922cedf6ecf4c7ae93c18e3570d14fdbfeaac3800f5fc1ebee1a2 +size 250508 diff --git a/AtCoder/ABC265/C/data/03_max_03.out b/AtCoder/ABC265/C/data/03_max_03.out new file mode 100644 index 00000000..c2475088 --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27bc1c41f39d4099756eb7d42b56ece1df365f1393f1411488263f67cd3988e +size 8 diff --git a/AtCoder/ABC265/C/data/03_max_04.in b/AtCoder/ABC265/C/data/03_max_04.in new file mode 100644 index 00000000..8449f93a --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8d794daa7258a7376eb2d7e36e603008b6d2a84b55fe978dacf4cb14e279a3 +size 250508 diff --git a/AtCoder/ABC265/C/data/03_max_04.out b/AtCoder/ABC265/C/data/03_max_04.out new file mode 100644 index 00000000..d70cf11d --- /dev/null +++ b/AtCoder/ABC265/C/data/03_max_04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c063d3e5b8a04d0aa4ba4547fb53327944f0dfba113e7a9481285b48b9cee8 +size 6