diff --git a/S2OJ/1566/1566.cpp b/S2OJ/1566/1566.cpp new file mode 100644 index 00000000..8c5ddafa --- /dev/null +++ b/S2OJ/1566/1566.cpp @@ -0,0 +1,47 @@ +#include +#include +#include +#include + +using std::cin; +using std::cout; +const char endl = '\n'; + +const int N = 1e6 + 5; + +int main() { + std::ios::sync_with_stdio(false); + cin.tie(nullptr); + + int t; + + cin >> t; + + while (t--) { + int n, k; + + cin >> n >> k; + + std::vector a(1), b(1), c(n + 1), d(n + 2); + + std::copy_n(std::istream_iterator(cin), n, std::back_inserter(a)); + std::copy_n(std::istream_iterator(cin), n, std::back_inserter(b)); + + for (int i = 1; i <= n; i++) { + c[i] = b[i] - a[i]; + } + + for (int i = 1; i <= n; i++) { + d[i] = c[i] - c[i - 1]; + } + + for (int i = 1; i + k - 1 <= n; i++) { + d[i + k] += d[i]; + d[i] = 0; + } + + cout << (std::count(d.begin() + 1, d.begin() + 1 + n, 0) == n ? "YES" : "N0") << endl; + } + + return 0; +} diff --git a/S2OJ/1566/data/dispatch1.in b/S2OJ/1566/data/dispatch1.in new file mode 100644 index 00000000..0d31a782 --- /dev/null +++ b/S2OJ/1566/data/dispatch1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a40f8595c23f046b9ee6cfca9949a5f836561e62fa6584edc9ef81f3bfbfb52 +size 28 diff --git a/S2OJ/1566/data/dispatch1.out b/S2OJ/1566/data/dispatch1.out new file mode 100644 index 00000000..fc234d78 --- /dev/null +++ b/S2OJ/1566/data/dispatch1.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115e91c2e84c3078fa06914eff28d07590ddfaa47a55fb4f31dd7c5b3566194 +size 4 diff --git a/S2OJ/1566/data/dispatch10.in b/S2OJ/1566/data/dispatch10.in new file mode 100644 index 00000000..d4d1f25e --- /dev/null +++ b/S2OJ/1566/data/dispatch10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b50008cf61e7b903132e1a9c6dae230f9cf41d2831b7613dcd95054cfc8ee +size 265 diff --git a/S2OJ/1566/data/dispatch10.out b/S2OJ/1566/data/dispatch10.out new file mode 100644 index 00000000..f579e745 --- /dev/null +++ b/S2OJ/1566/data/dispatch10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba0bab6ee6517dab098c5f339b4eaf22f2811a98611e5afd6b974a4fc4fb9c0 +size 6 diff --git a/S2OJ/1566/data/dispatch100.in b/S2OJ/1566/data/dispatch100.in new file mode 100644 index 00000000..f0fae6d1 --- /dev/null +++ b/S2OJ/1566/data/dispatch100.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e436b65e6eba3791105142a50721b2039e8f6872b0ed65cb1ed924a895400152 +size 26 diff --git a/S2OJ/1566/data/dispatch100.out b/S2OJ/1566/data/dispatch100.out new file mode 100644 index 00000000..bded03c1 --- /dev/null +++ b/S2OJ/1566/data/dispatch100.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784a12be4b84a79c1d786c3166f2421d9ef566a96e14f0a08e704a8e3b0a050 +size 3 diff --git a/S2OJ/1566/data/dispatch11.in b/S2OJ/1566/data/dispatch11.in new file mode 100644 index 00000000..b78f72c9 --- /dev/null +++ b/S2OJ/1566/data/dispatch11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26320b0abad2dd803a242fed8a5115f66a3ca5447ccdedce16d66996ee4b116d +size 387 diff --git a/S2OJ/1566/data/dispatch11.out b/S2OJ/1566/data/dispatch11.out new file mode 100644 index 00000000..69893466 --- /dev/null +++ b/S2OJ/1566/data/dispatch11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81d740ac85bce794919ce851d807d04c72fa62a3ed4e59570140d836b2cfe63 +size 7 diff --git a/S2OJ/1566/data/dispatch12.in b/S2OJ/1566/data/dispatch12.in new file mode 100644 index 00000000..c3d49091 --- /dev/null +++ b/S2OJ/1566/data/dispatch12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c3ea0343210d1b2efeccfb0f90c3103150c1e2891e2cdd043449b4f6df33dc +size 512 diff --git a/S2OJ/1566/data/dispatch12.out b/S2OJ/1566/data/dispatch12.out new file mode 100644 index 00000000..11966be0 --- /dev/null +++ b/S2OJ/1566/data/dispatch12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e03fb19986674e6f440377d4cc4ee207e933f18518098bddba1244cc1656a4 +size 11 diff --git a/S2OJ/1566/data/dispatch13.in b/S2OJ/1566/data/dispatch13.in new file mode 100644 index 00000000..96426343 --- /dev/null +++ b/S2OJ/1566/data/dispatch13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74feb036e57d8bd1b6afc36d3b97ccb300b97d47e873d7f45991ff575b1a0ade +size 688 diff --git a/S2OJ/1566/data/dispatch13.out b/S2OJ/1566/data/dispatch13.out new file mode 100644 index 00000000..6b4d1af2 --- /dev/null +++ b/S2OJ/1566/data/dispatch13.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858e9488edd474b190483df60bc74b43675fc301b3cef0f7b2a77c43e709eb27 +size 14 diff --git a/S2OJ/1566/data/dispatch14.in b/S2OJ/1566/data/dispatch14.in new file mode 100644 index 00000000..bc75f793 --- /dev/null +++ b/S2OJ/1566/data/dispatch14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72311c4a89a84c1e2b4532f2c56f3a542f4d057ed2ba77c51195d13af1fabe5d +size 852 diff --git a/S2OJ/1566/data/dispatch14.out b/S2OJ/1566/data/dispatch14.out new file mode 100644 index 00000000..e21c6991 --- /dev/null +++ b/S2OJ/1566/data/dispatch14.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d90d57ca31de98f22bcf04735066819c7ea08c7fd489e63a78062dde01ca784 +size 14 diff --git a/S2OJ/1566/data/dispatch15.in b/S2OJ/1566/data/dispatch15.in new file mode 100644 index 00000000..8b338c8e --- /dev/null +++ b/S2OJ/1566/data/dispatch15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c38768c7a7e0048e35be22c548d2efd23540313330849e09dd54d62f292a460 +size 1061 diff --git a/S2OJ/1566/data/dispatch15.out b/S2OJ/1566/data/dispatch15.out new file mode 100644 index 00000000..4a7b871d --- /dev/null +++ b/S2OJ/1566/data/dispatch15.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fbcba5c0fb35333bd812f308f85d384d022a23b5343dbb9bd1b14d2956ad99 +size 16 diff --git a/S2OJ/1566/data/dispatch16.in b/S2OJ/1566/data/dispatch16.in new file mode 100644 index 00000000..99ac3d8c --- /dev/null +++ b/S2OJ/1566/data/dispatch16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28eb34a80be36bc2c14c1a0147a09d33754c21aef954ac8257fd03760b782e7 +size 1298 diff --git a/S2OJ/1566/data/dispatch16.out b/S2OJ/1566/data/dispatch16.out new file mode 100644 index 00000000..e65e376b --- /dev/null +++ b/S2OJ/1566/data/dispatch16.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a63049e5d66273bc9387e73c2edf0bf1e50664e8241d07802f8347d0f548ba +size 23 diff --git a/S2OJ/1566/data/dispatch17.in b/S2OJ/1566/data/dispatch17.in new file mode 100644 index 00000000..4dc34f28 --- /dev/null +++ b/S2OJ/1566/data/dispatch17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e73b9842156e927629240cfff8d7df4eb9426f45e29810fb9ccaddd7ce7c7d +size 1560 diff --git a/S2OJ/1566/data/dispatch17.out b/S2OJ/1566/data/dispatch17.out new file mode 100644 index 00000000..99028edc --- /dev/null +++ b/S2OJ/1566/data/dispatch17.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5041623fe25c3f4c148816736145fcc392bc9b9d0ce6e27cf051ed5f43130e1b +size 31 diff --git a/S2OJ/1566/data/dispatch18.in b/S2OJ/1566/data/dispatch18.in new file mode 100644 index 00000000..a918a74c --- /dev/null +++ b/S2OJ/1566/data/dispatch18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782ed917370a169ad744edef43256390510432c1de7cfcdc0c452d53d963345f +size 1788 diff --git a/S2OJ/1566/data/dispatch18.out b/S2OJ/1566/data/dispatch18.out new file mode 100644 index 00000000..861460df --- /dev/null +++ b/S2OJ/1566/data/dispatch18.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4291c579e3324b4df7ab5a5435710097d4575b6f006a69c2af2fce9b66a8fd9 +size 33 diff --git a/S2OJ/1566/data/dispatch19.in b/S2OJ/1566/data/dispatch19.in new file mode 100644 index 00000000..6647ce8b --- /dev/null +++ b/S2OJ/1566/data/dispatch19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7fe3be5d0da271a059ffb12d12cf52b9d45f6de09b47f4d94ba56e7c717bfb +size 2106 diff --git a/S2OJ/1566/data/dispatch19.out b/S2OJ/1566/data/dispatch19.out new file mode 100644 index 00000000..dd69b58e --- /dev/null +++ b/S2OJ/1566/data/dispatch19.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8ee48470c18f813067bda66a2fa0684a7676417e5f8af15e59705d166a2c1c +size 37 diff --git a/S2OJ/1566/data/dispatch2.in b/S2OJ/1566/data/dispatch2.in new file mode 100644 index 00000000..98e1e850 --- /dev/null +++ b/S2OJ/1566/data/dispatch2.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cc27cb929a2bc0f5ae34da0f84111d85bf4afcf505e342f171d2388903ba4c +size 29 diff --git a/S2OJ/1566/data/dispatch2.out b/S2OJ/1566/data/dispatch2.out new file mode 100644 index 00000000..fc234d78 --- /dev/null +++ b/S2OJ/1566/data/dispatch2.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115e91c2e84c3078fa06914eff28d07590ddfaa47a55fb4f31dd7c5b3566194 +size 4 diff --git a/S2OJ/1566/data/dispatch20.in b/S2OJ/1566/data/dispatch20.in new file mode 100644 index 00000000..8f56350a --- /dev/null +++ b/S2OJ/1566/data/dispatch20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470c6bf93c18784d2c7543dbeb684585c325fb86ad0839247e16a786dc2e05bf +size 2375 diff --git a/S2OJ/1566/data/dispatch20.out b/S2OJ/1566/data/dispatch20.out new file mode 100644 index 00000000..580263b4 --- /dev/null +++ b/S2OJ/1566/data/dispatch20.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88000dc43b7e10ad87f591e187449d40dbaff035337d2001b1cc1aeb6cf21e3 +size 25 diff --git a/S2OJ/1566/data/dispatch21.in b/S2OJ/1566/data/dispatch21.in new file mode 100644 index 00000000..9bc9ff88 --- /dev/null +++ b/S2OJ/1566/data/dispatch21.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad99d103de2201b3b71981d6832830a30557abacb90319a68f01bdcbed988035 +size 2714 diff --git a/S2OJ/1566/data/dispatch21.out b/S2OJ/1566/data/dispatch21.out new file mode 100644 index 00000000..fb09e2af --- /dev/null +++ b/S2OJ/1566/data/dispatch21.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4b652cbca4cc12dc07be3e049cbf647a79008a9aeb02c98c41bcd7a37b938a +size 27 diff --git a/S2OJ/1566/data/dispatch22.in b/S2OJ/1566/data/dispatch22.in new file mode 100644 index 00000000..b17c2c01 --- /dev/null +++ b/S2OJ/1566/data/dispatch22.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47888e0a203a34623ce45ea2a36957572e1f461895c450b0b8599fb8c09bc839 +size 3040 diff --git a/S2OJ/1566/data/dispatch22.out b/S2OJ/1566/data/dispatch22.out new file mode 100644 index 00000000..efdbf97b --- /dev/null +++ b/S2OJ/1566/data/dispatch22.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995a0413d37f903a6efa6e53cf1f03b711db704af12beecf7fda1e67d126fe11 +size 34 diff --git a/S2OJ/1566/data/dispatch23.in b/S2OJ/1566/data/dispatch23.in new file mode 100644 index 00000000..02ed4ce9 --- /dev/null +++ b/S2OJ/1566/data/dispatch23.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e71241d64c24d8a0d487ef3b805f9868e2d32b595abffe4f5325049cd10fee +size 3426 diff --git a/S2OJ/1566/data/dispatch23.out b/S2OJ/1566/data/dispatch23.out new file mode 100644 index 00000000..2e1b3564 --- /dev/null +++ b/S2OJ/1566/data/dispatch23.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14df5776edca64d280a6d6298eee3bbcd3c4a6b74bb3cd9c28e92aff27953c74 +size 35 diff --git a/S2OJ/1566/data/dispatch24.in b/S2OJ/1566/data/dispatch24.in new file mode 100644 index 00000000..c53cf0d8 --- /dev/null +++ b/S2OJ/1566/data/dispatch24.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddee3440c7a9768ffd4d605b730f6c77d41521de016680cd3ae82aaacdbbd1c +size 3838 diff --git a/S2OJ/1566/data/dispatch24.out b/S2OJ/1566/data/dispatch24.out new file mode 100644 index 00000000..195799fb --- /dev/null +++ b/S2OJ/1566/data/dispatch24.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b90ac0e6034788c4c6fb24f267ad650ebd021827f9f210d2bcbad2bbddceb7 +size 38 diff --git a/S2OJ/1566/data/dispatch25.in b/S2OJ/1566/data/dispatch25.in new file mode 100644 index 00000000..b833368b --- /dev/null +++ b/S2OJ/1566/data/dispatch25.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26b2e2cbbac98377d67f81285249e10717996389147882b17503e74b1d3fef8 +size 4246 diff --git a/S2OJ/1566/data/dispatch25.out b/S2OJ/1566/data/dispatch25.out new file mode 100644 index 00000000..c794fad5 --- /dev/null +++ b/S2OJ/1566/data/dispatch25.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e6ce6a50743be71727bb60e9ce417cd01bba9a138ef2e1bd78a7996c360710 +size 40 diff --git a/S2OJ/1566/data/dispatch26.in b/S2OJ/1566/data/dispatch26.in new file mode 100644 index 00000000..26c29af8 --- /dev/null +++ b/S2OJ/1566/data/dispatch26.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3413e6d6c29fbbf6c4d8d24f696ee079676bd24f7fe8f5d6488b94352c3cae77 +size 4648 diff --git a/S2OJ/1566/data/dispatch26.out b/S2OJ/1566/data/dispatch26.out new file mode 100644 index 00000000..99028edc --- /dev/null +++ b/S2OJ/1566/data/dispatch26.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5041623fe25c3f4c148816736145fcc392bc9b9d0ce6e27cf051ed5f43130e1b +size 31 diff --git a/S2OJ/1566/data/dispatch27.in b/S2OJ/1566/data/dispatch27.in new file mode 100644 index 00000000..b9a3c0f3 --- /dev/null +++ b/S2OJ/1566/data/dispatch27.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cbaeb8ed93816bdb0f7ba0ecd1b411a460dafc74fc9a01501cbfc2782bab15 +size 5070 diff --git a/S2OJ/1566/data/dispatch27.out b/S2OJ/1566/data/dispatch27.out new file mode 100644 index 00000000..3ad881d2 --- /dev/null +++ b/S2OJ/1566/data/dispatch27.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaadb284fa515b8be7913cf90e6de77a0e57cddc9c8aba4ecc829089f6098459 +size 32 diff --git a/S2OJ/1566/data/dispatch28.in b/S2OJ/1566/data/dispatch28.in new file mode 100644 index 00000000..429d0775 --- /dev/null +++ b/S2OJ/1566/data/dispatch28.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7035d20772b5516baa7e90d075d2ee1e06ac27447ff1e2d1ed46dae4aa0625ab +size 5558 diff --git a/S2OJ/1566/data/dispatch28.out b/S2OJ/1566/data/dispatch28.out new file mode 100644 index 00000000..2f6d64f9 --- /dev/null +++ b/S2OJ/1566/data/dispatch28.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9a789e727cc693224373fe0748339ebae5fa2d48a7256a20dff3582c531d87 +size 31 diff --git a/S2OJ/1566/data/dispatch29.in b/S2OJ/1566/data/dispatch29.in new file mode 100644 index 00000000..f6a9ab10 --- /dev/null +++ b/S2OJ/1566/data/dispatch29.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a85fe7a0b3f74348c179212ab7837e657f0f0978e031582541476111a88fa0 +size 6046 diff --git a/S2OJ/1566/data/dispatch29.out b/S2OJ/1566/data/dispatch29.out new file mode 100644 index 00000000..cce936e0 --- /dev/null +++ b/S2OJ/1566/data/dispatch29.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78bfb6b518c5e5db0c8157633cbd80c2576dbbba9eaf120bf611356145dc91e +size 36 diff --git a/S2OJ/1566/data/dispatch3.in b/S2OJ/1566/data/dispatch3.in new file mode 100644 index 00000000..8af15a97 --- /dev/null +++ b/S2OJ/1566/data/dispatch3.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f12e0dba6e5d398098b47459988ecc944cc5dd0853f9d207cff39ed79ea539c +size 31 diff --git a/S2OJ/1566/data/dispatch3.out b/S2OJ/1566/data/dispatch3.out new file mode 100644 index 00000000..bded03c1 --- /dev/null +++ b/S2OJ/1566/data/dispatch3.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784a12be4b84a79c1d786c3166f2421d9ef566a96e14f0a08e704a8e3b0a050 +size 3 diff --git a/S2OJ/1566/data/dispatch30.in b/S2OJ/1566/data/dispatch30.in new file mode 100644 index 00000000..aafd5272 --- /dev/null +++ b/S2OJ/1566/data/dispatch30.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd78e190cec42a385db17f23dd0e679a9366ec6622b13837ec759c81c6bb46a +size 6511 diff --git a/S2OJ/1566/data/dispatch30.out b/S2OJ/1566/data/dispatch30.out new file mode 100644 index 00000000..ab182ca0 --- /dev/null +++ b/S2OJ/1566/data/dispatch30.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbd24f58d596ec5340e2e910b5b2f1eb29ed65cae1eeca45f0afa2b11ad993c +size 36 diff --git a/S2OJ/1566/data/dispatch31.in b/S2OJ/1566/data/dispatch31.in new file mode 100644 index 00000000..40db85fb --- /dev/null +++ b/S2OJ/1566/data/dispatch31.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb1c78e47aafb5a04b468e289184d61c8da3356b75f7ba4006a32636ff78cda +size 7110 diff --git a/S2OJ/1566/data/dispatch31.out b/S2OJ/1566/data/dispatch31.out new file mode 100644 index 00000000..c152b111 --- /dev/null +++ b/S2OJ/1566/data/dispatch31.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdccd877281699fb9dfa801dda6f7cf5a66dac40df0d11e8700ca6c842e66a69 +size 37 diff --git a/S2OJ/1566/data/dispatch32.in b/S2OJ/1566/data/dispatch32.in new file mode 100644 index 00000000..30048af2 --- /dev/null +++ b/S2OJ/1566/data/dispatch32.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88a5c170f8fbd9813bea0e6062b6cad75b5373ee7ed85d5b3c7776560329f18 +size 7615 diff --git a/S2OJ/1566/data/dispatch32.out b/S2OJ/1566/data/dispatch32.out new file mode 100644 index 00000000..bf69b061 --- /dev/null +++ b/S2OJ/1566/data/dispatch32.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba193d516c8283db237011518fb2b4abebd363f3c15bf990cf23479d550c0e14 +size 42 diff --git a/S2OJ/1566/data/dispatch33.in b/S2OJ/1566/data/dispatch33.in new file mode 100644 index 00000000..182e284e --- /dev/null +++ b/S2OJ/1566/data/dispatch33.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ccc2944b34b53dc7b49cf527516bdf1d5b15aa04b585ed2bda732f94e1adfc +size 8240 diff --git a/S2OJ/1566/data/dispatch33.out b/S2OJ/1566/data/dispatch33.out new file mode 100644 index 00000000..67fd4aa3 --- /dev/null +++ b/S2OJ/1566/data/dispatch33.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c482c080c92766a9f14f438c8bf7759717f8a0a3fd942b024d898eb2877c8b8c +size 41 diff --git a/S2OJ/1566/data/dispatch34.in b/S2OJ/1566/data/dispatch34.in new file mode 100644 index 00000000..bfbf306d --- /dev/null +++ b/S2OJ/1566/data/dispatch34.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf14b891c35a25c7d58a493257482c8cd0b709218fd09011f3c36b17ebf198d4 +size 8771 diff --git a/S2OJ/1566/data/dispatch34.out b/S2OJ/1566/data/dispatch34.out new file mode 100644 index 00000000..81e3a4f4 --- /dev/null +++ b/S2OJ/1566/data/dispatch34.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80485e4ed693ba83c73599c9301d88a2cb503d0b6e94d97c4261837472ea77 +size 30 diff --git a/S2OJ/1566/data/dispatch35.in b/S2OJ/1566/data/dispatch35.in new file mode 100644 index 00000000..7e443c9b --- /dev/null +++ b/S2OJ/1566/data/dispatch35.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055ad1f088855f14cd3d6013384580e7d24ce9695675fbab8e6b9b4a5763d931 +size 9475 diff --git a/S2OJ/1566/data/dispatch35.out b/S2OJ/1566/data/dispatch35.out new file mode 100644 index 00000000..3f09877b --- /dev/null +++ b/S2OJ/1566/data/dispatch35.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97323b7b0fec3f2bb3caaa01c5689f33c557f55785b1555e882cd38cae9487a3 +size 32 diff --git a/S2OJ/1566/data/dispatch36.in b/S2OJ/1566/data/dispatch36.in new file mode 100644 index 00000000..ab8e2efd --- /dev/null +++ b/S2OJ/1566/data/dispatch36.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be660ebd96b8f258a933b980632071680467bbcc08fad11a8f1d858958138bc +size 10036 diff --git a/S2OJ/1566/data/dispatch36.out b/S2OJ/1566/data/dispatch36.out new file mode 100644 index 00000000..b5d4341b --- /dev/null +++ b/S2OJ/1566/data/dispatch36.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960958222ec9bf1c4619d5da331383ef3e36affa8c9dd10624616aba0698d953 +size 33 diff --git a/S2OJ/1566/data/dispatch37.in b/S2OJ/1566/data/dispatch37.in new file mode 100644 index 00000000..ca48318f --- /dev/null +++ b/S2OJ/1566/data/dispatch37.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ce5d2db2f081b65c9129e99a2033c7b19b6eabd310e8eadb99ea4a8b466fd0 +size 10765 diff --git a/S2OJ/1566/data/dispatch37.out b/S2OJ/1566/data/dispatch37.out new file mode 100644 index 00000000..b9967604 --- /dev/null +++ b/S2OJ/1566/data/dispatch37.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9d08b37ad5986f1d9b859f7f0bc0f066e6b2d9284656502b74816b2fdcbf25 +size 34 diff --git a/S2OJ/1566/data/dispatch38.in b/S2OJ/1566/data/dispatch38.in new file mode 100644 index 00000000..83cdf807 --- /dev/null +++ b/S2OJ/1566/data/dispatch38.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5452615b6f984434639cff4914113ebc49f131e307d08268b2745bfed6c9ac +size 11391 diff --git a/S2OJ/1566/data/dispatch38.out b/S2OJ/1566/data/dispatch38.out new file mode 100644 index 00000000..9c8b0c1d --- /dev/null +++ b/S2OJ/1566/data/dispatch38.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43904b51ee5db723a3a17b47943fe5547c1c12b411156ca77b04f3840d85ee9 +size 34 diff --git a/S2OJ/1566/data/dispatch39.in b/S2OJ/1566/data/dispatch39.in new file mode 100644 index 00000000..ffb1f64b --- /dev/null +++ b/S2OJ/1566/data/dispatch39.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa891d0261e89e2f4e2999ffceb29c9f765adb9f1a30d865a94e836af108969a +size 12121 diff --git a/S2OJ/1566/data/dispatch39.out b/S2OJ/1566/data/dispatch39.out new file mode 100644 index 00000000..8915196c --- /dev/null +++ b/S2OJ/1566/data/dispatch39.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd62b4f81f4e766284c150190ddb3d561e23d81a4104ac9ef9e7d836583bec +size 36 diff --git a/S2OJ/1566/data/dispatch4.in b/S2OJ/1566/data/dispatch4.in new file mode 100644 index 00000000..7c9007d7 --- /dev/null +++ b/S2OJ/1566/data/dispatch4.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99252fc95f9afbc3ce158d5d72c44f17e4acd49db6fdea79047b271710b79c9c +size 30 diff --git a/S2OJ/1566/data/dispatch4.out b/S2OJ/1566/data/dispatch4.out new file mode 100644 index 00000000..bded03c1 --- /dev/null +++ b/S2OJ/1566/data/dispatch4.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784a12be4b84a79c1d786c3166f2421d9ef566a96e14f0a08e704a8e3b0a050 +size 3 diff --git a/S2OJ/1566/data/dispatch40.in b/S2OJ/1566/data/dispatch40.in new file mode 100644 index 00000000..6b23f257 --- /dev/null +++ b/S2OJ/1566/data/dispatch40.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf16e02f6139c0900cec460ef522178fbbb154e002d152f6688e5c01883b63f2 +size 12804 diff --git a/S2OJ/1566/data/dispatch40.out b/S2OJ/1566/data/dispatch40.out new file mode 100644 index 00000000..d6cbdbd5 --- /dev/null +++ b/S2OJ/1566/data/dispatch40.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e462d5c37ca3ea2ef24e95f491d477dfedc098d158ff51b41fc40e7eaba627c +size 41 diff --git a/S2OJ/1566/data/dispatch41.in b/S2OJ/1566/data/dispatch41.in new file mode 100644 index 00000000..99aaa4de --- /dev/null +++ b/S2OJ/1566/data/dispatch41.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fb83f576e8d8d91fda45ab41836d72ad13931d9399da43078d3dbd152bd0a9 +size 13566 diff --git a/S2OJ/1566/data/dispatch41.out b/S2OJ/1566/data/dispatch41.out new file mode 100644 index 00000000..1eac8adb --- /dev/null +++ b/S2OJ/1566/data/dispatch41.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3590ed04077a2773b0decc76a19ba069d90b46d245cd7ce74d551eaf0b87f08 +size 43 diff --git a/S2OJ/1566/data/dispatch42.in b/S2OJ/1566/data/dispatch42.in new file mode 100644 index 00000000..74107dea --- /dev/null +++ b/S2OJ/1566/data/dispatch42.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4721f61b05bc98c04f2512c46b02b11619531ba3254326d0e915037a845ca8 +size 14308 diff --git a/S2OJ/1566/data/dispatch42.out b/S2OJ/1566/data/dispatch42.out new file mode 100644 index 00000000..dcc9ae00 --- /dev/null +++ b/S2OJ/1566/data/dispatch42.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589c58c30ee5eefd471ba86799ef57c71d9299c62451467b3a0297320d8b8506 +size 45 diff --git a/S2OJ/1566/data/dispatch43.in b/S2OJ/1566/data/dispatch43.in new file mode 100644 index 00000000..722f3e63 --- /dev/null +++ b/S2OJ/1566/data/dispatch43.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c6367e310a37f88bb663d4473f3526b321e4a1267f3df0f1a6957ceb9f2109 +size 15122 diff --git a/S2OJ/1566/data/dispatch43.out b/S2OJ/1566/data/dispatch43.out new file mode 100644 index 00000000..73e83060 --- /dev/null +++ b/S2OJ/1566/data/dispatch43.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab64bf08ebe684cbec9502927910b7b8216efc1b834605d61df4791612b3c1c0 +size 49 diff --git a/S2OJ/1566/data/dispatch44.in b/S2OJ/1566/data/dispatch44.in new file mode 100644 index 00000000..347e63b7 --- /dev/null +++ b/S2OJ/1566/data/dispatch44.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5eeee9f9a1125d94021e22449859e995c920e53e0fe42ff298c86341f93ad82 +size 15950 diff --git a/S2OJ/1566/data/dispatch44.out b/S2OJ/1566/data/dispatch44.out new file mode 100644 index 00000000..189dfdbe --- /dev/null +++ b/S2OJ/1566/data/dispatch44.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e21a613999c208dd009821445ae77ae449ba423a26080f7b25b49ff5f246c0 +size 49 diff --git a/S2OJ/1566/data/dispatch45.in b/S2OJ/1566/data/dispatch45.in new file mode 100644 index 00000000..bec9055f --- /dev/null +++ b/S2OJ/1566/data/dispatch45.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a98291721ae93f9c986cb546dd56f53b25d299cca7747d94d8bcc50ad3bef8 +size 16776 diff --git a/S2OJ/1566/data/dispatch45.out b/S2OJ/1566/data/dispatch45.out new file mode 100644 index 00000000..85012e20 --- /dev/null +++ b/S2OJ/1566/data/dispatch45.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d017e8b0a7373e02905f21955d53b6be9de3901121111e42933d537d681a9e7b +size 48 diff --git a/S2OJ/1566/data/dispatch46.in b/S2OJ/1566/data/dispatch46.in new file mode 100644 index 00000000..9a6c2a81 --- /dev/null +++ b/S2OJ/1566/data/dispatch46.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a82fe8e4127814c1d17940e8bb94c89e44dc32b863dec3577c8a2a7a50fc282 +size 17607 diff --git a/S2OJ/1566/data/dispatch46.out b/S2OJ/1566/data/dispatch46.out new file mode 100644 index 00000000..7dd2920f --- /dev/null +++ b/S2OJ/1566/data/dispatch46.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd8da307dc24ab08d737d075c0baf6c6facb695e554c0926fce79d5be03a1cf +size 34 diff --git a/S2OJ/1566/data/dispatch47.in b/S2OJ/1566/data/dispatch47.in new file mode 100644 index 00000000..2b0eaeef --- /dev/null +++ b/S2OJ/1566/data/dispatch47.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb72be97adbaa99307a8114bd194d7df56c59867cae0b32d936e11dccdd016d +size 18515 diff --git a/S2OJ/1566/data/dispatch47.out b/S2OJ/1566/data/dispatch47.out new file mode 100644 index 00000000..fa0f50f7 --- /dev/null +++ b/S2OJ/1566/data/dispatch47.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346c708742b05e477f531de3bbf9d1fb005b11064dad5e017b1a932568dfc18d +size 36 diff --git a/S2OJ/1566/data/dispatch48.in b/S2OJ/1566/data/dispatch48.in new file mode 100644 index 00000000..bee78f02 --- /dev/null +++ b/S2OJ/1566/data/dispatch48.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9ad566e123a73c3f36531c6fbdc10982c4e8ed83a107e5737b38b1d102dd57 +size 19319 diff --git a/S2OJ/1566/data/dispatch48.out b/S2OJ/1566/data/dispatch48.out new file mode 100644 index 00000000..be14d4ba --- /dev/null +++ b/S2OJ/1566/data/dispatch48.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae1764323b4410c997b1f7046b490176ef5197ce4b1c1adae307655b3f5c8d6 +size 34 diff --git a/S2OJ/1566/data/dispatch49.in b/S2OJ/1566/data/dispatch49.in new file mode 100644 index 00000000..2d0e39e1 --- /dev/null +++ b/S2OJ/1566/data/dispatch49.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca26760a105e118d7065c8c1585944a9a99de3925ceb673428120382a57dc92f +size 20284 diff --git a/S2OJ/1566/data/dispatch49.out b/S2OJ/1566/data/dispatch49.out new file mode 100644 index 00000000..84be6250 --- /dev/null +++ b/S2OJ/1566/data/dispatch49.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1781378a8ab0bf666145a6bde8197340d1cc49ea62ce341b07db48cfac0ace4d +size 40 diff --git a/S2OJ/1566/data/dispatch5.in b/S2OJ/1566/data/dispatch5.in new file mode 100644 index 00000000..18df4f66 --- /dev/null +++ b/S2OJ/1566/data/dispatch5.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a23d14e490601701190f539ca34338eee2aec867d677eea592b91d73473d2 +size 30 diff --git a/S2OJ/1566/data/dispatch5.out b/S2OJ/1566/data/dispatch5.out new file mode 100644 index 00000000..fc234d78 --- /dev/null +++ b/S2OJ/1566/data/dispatch5.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115e91c2e84c3078fa06914eff28d07590ddfaa47a55fb4f31dd7c5b3566194 +size 4 diff --git a/S2OJ/1566/data/dispatch50.in b/S2OJ/1566/data/dispatch50.in new file mode 100644 index 00000000..4ae5e134 --- /dev/null +++ b/S2OJ/1566/data/dispatch50.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa91b4e448c17fff33dbae52962c9df09d4c8d801afbec17de2eb1a89fadb3a +size 2086157 diff --git a/S2OJ/1566/data/dispatch50.out b/S2OJ/1566/data/dispatch50.out new file mode 100644 index 00000000..37d7a5d7 --- /dev/null +++ b/S2OJ/1566/data/dispatch50.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdee9652982b9430b91179e481ea91b82f4bcc4a1374b65bfdb7baf2fd216837 +size 77 diff --git a/S2OJ/1566/data/dispatch51.in b/S2OJ/1566/data/dispatch51.in new file mode 100644 index 00000000..f78c4ce0 --- /dev/null +++ b/S2OJ/1566/data/dispatch51.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c1fc13d283919e0300a97d7e1977383aa40cff3a6d0278ddd2fd0e6a1ea885 +size 4173594 diff --git a/S2OJ/1566/data/dispatch51.out b/S2OJ/1566/data/dispatch51.out new file mode 100644 index 00000000..ad7e3e2a --- /dev/null +++ b/S2OJ/1566/data/dispatch51.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5cda5c4a3ab8b34498d60713d505b61a841f42f5f49d1fccf23671aeaa570e +size 81 diff --git a/S2OJ/1566/data/dispatch52.in b/S2OJ/1566/data/dispatch52.in new file mode 100644 index 00000000..d7886e78 --- /dev/null +++ b/S2OJ/1566/data/dispatch52.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51420154f74d1442a968d4e3a55d38fc4c0d37b43d4a20cf456e94a5841ab99d +size 6260655 diff --git a/S2OJ/1566/data/dispatch52.out b/S2OJ/1566/data/dispatch52.out new file mode 100644 index 00000000..7e8b1b33 --- /dev/null +++ b/S2OJ/1566/data/dispatch52.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5e1aae318f9da9848ad350b3a849a1c30ddad00b782fcac0e1929f35f08760 +size 72 diff --git a/S2OJ/1566/data/dispatch53.in b/S2OJ/1566/data/dispatch53.in new file mode 100644 index 00000000..3e95bbd9 --- /dev/null +++ b/S2OJ/1566/data/dispatch53.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99da6b336b4fb786588d3f0ff37d7fddc6f54e56b7fe528f1f8c4dbf02f733d5 +size 8345810 diff --git a/S2OJ/1566/data/dispatch53.out b/S2OJ/1566/data/dispatch53.out new file mode 100644 index 00000000..d4b67912 --- /dev/null +++ b/S2OJ/1566/data/dispatch53.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7665e1cafe787b64209a20cf3ba8e99e4a307e8a0e576fe87d76029d72c6c851 +size 79 diff --git a/S2OJ/1566/data/dispatch54.in b/S2OJ/1566/data/dispatch54.in new file mode 100644 index 00000000..6915d07e --- /dev/null +++ b/S2OJ/1566/data/dispatch54.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed783be16acbeed52d46460d1af5d485ae50ea35589cf0f782ac5da548a98e39 +size 10434532 diff --git a/S2OJ/1566/data/dispatch54.out b/S2OJ/1566/data/dispatch54.out new file mode 100644 index 00000000..e3485d1c --- /dev/null +++ b/S2OJ/1566/data/dispatch54.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3616398359b85ba25230a1b02f2ff8c7c4ac523b05d5694f33302569f4059725 +size 71 diff --git a/S2OJ/1566/data/dispatch55.in b/S2OJ/1566/data/dispatch55.in new file mode 100644 index 00000000..e68797d0 --- /dev/null +++ b/S2OJ/1566/data/dispatch55.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91be90599f6858fe5abc2a5d9487d0744d134c93f92a477fcd2fc666614f2a7f +size 12520046 diff --git a/S2OJ/1566/data/dispatch55.out b/S2OJ/1566/data/dispatch55.out new file mode 100644 index 00000000..01a32749 --- /dev/null +++ b/S2OJ/1566/data/dispatch55.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb638cd2987f5732289fffec1a0a389d1af5cce77c66bd59af19b18b1b4107 +size 79 diff --git a/S2OJ/1566/data/dispatch56.in b/S2OJ/1566/data/dispatch56.in new file mode 100644 index 00000000..c0c194b5 --- /dev/null +++ b/S2OJ/1566/data/dispatch56.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b01f0a56f88f9efccbff3f6ab2f0b437bcbac5141f8d8ed71dba28af11645d +size 14605182 diff --git a/S2OJ/1566/data/dispatch56.out b/S2OJ/1566/data/dispatch56.out new file mode 100644 index 00000000..78ff725e --- /dev/null +++ b/S2OJ/1566/data/dispatch56.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cedd7d6e9f7fa2ea444e6f3c30a9c4896d9fe083c31b5251db05427e4375b4 +size 82 diff --git a/S2OJ/1566/data/dispatch57.in b/S2OJ/1566/data/dispatch57.in new file mode 100644 index 00000000..5582a808 --- /dev/null +++ b/S2OJ/1566/data/dispatch57.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2388c7bd90f5995a261c6cd8e285f2480a5835357507a00d53c38c918ed132 +size 16694194 diff --git a/S2OJ/1566/data/dispatch57.out b/S2OJ/1566/data/dispatch57.out new file mode 100644 index 00000000..e8161ac6 --- /dev/null +++ b/S2OJ/1566/data/dispatch57.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6b5e4b09d18ba9d1e48935268216b42dcafa4d0a70582287371b94d1037cc6 +size 89 diff --git a/S2OJ/1566/data/dispatch58.in b/S2OJ/1566/data/dispatch58.in new file mode 100644 index 00000000..165d3e5f --- /dev/null +++ b/S2OJ/1566/data/dispatch58.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1723b1557e14343a2cc6b0bf1933c26880ead78c00c0c1aff5c19049cc64e536 +size 18781324 diff --git a/S2OJ/1566/data/dispatch58.out b/S2OJ/1566/data/dispatch58.out new file mode 100644 index 00000000..c5ac0030 --- /dev/null +++ b/S2OJ/1566/data/dispatch58.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e3198c5adf956a8f12552d447c410808aede3b929fa93424dc3c14fdd09536 +size 77 diff --git a/S2OJ/1566/data/dispatch59.in b/S2OJ/1566/data/dispatch59.in new file mode 100644 index 00000000..e1570c66 --- /dev/null +++ b/S2OJ/1566/data/dispatch59.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a137d9cc267297e4c37f931108a7e65e0cbbc737aa5def3e502e4b978a4bbdb +size 20866736 diff --git a/S2OJ/1566/data/dispatch59.out b/S2OJ/1566/data/dispatch59.out new file mode 100644 index 00000000..c816f20f --- /dev/null +++ b/S2OJ/1566/data/dispatch59.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c891a75fa2898f8dc6df3c01810207f60c61fb3e7dd37ce85e6c66e1efedda5d +size 79 diff --git a/S2OJ/1566/data/dispatch6.in b/S2OJ/1566/data/dispatch6.in new file mode 100644 index 00000000..cc214059 --- /dev/null +++ b/S2OJ/1566/data/dispatch6.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71322ecdfd9a86965338fb3cdf8e774e3f2ee0c9f773d8cad1f9eea6a0a5463 +size 29 diff --git a/S2OJ/1566/data/dispatch6.out b/S2OJ/1566/data/dispatch6.out new file mode 100644 index 00000000..bded03c1 --- /dev/null +++ b/S2OJ/1566/data/dispatch6.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784a12be4b84a79c1d786c3166f2421d9ef566a96e14f0a08e704a8e3b0a050 +size 3 diff --git a/S2OJ/1566/data/dispatch60.in b/S2OJ/1566/data/dispatch60.in new file mode 100644 index 00000000..c0400d6e --- /dev/null +++ b/S2OJ/1566/data/dispatch60.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878e3e57ab3e493a521a8f197625c3f0576038c3fe90b1f5ed7ef6f5970d56fe +size 222213 diff --git a/S2OJ/1566/data/dispatch60.out b/S2OJ/1566/data/dispatch60.out new file mode 100644 index 00000000..e413500d --- /dev/null +++ b/S2OJ/1566/data/dispatch60.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facc6abc195bdb26bd7b83807dbfa85ea42da9bea098a90f488e3faaa7bec9cc +size 58 diff --git a/S2OJ/1566/data/dispatch61.in b/S2OJ/1566/data/dispatch61.in new file mode 100644 index 00000000..c2d642a1 --- /dev/null +++ b/S2OJ/1566/data/dispatch61.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cfad57a535c0acc998054f0ade660568b93b9baede32b65a03010092eef59f +size 288578 diff --git a/S2OJ/1566/data/dispatch61.out b/S2OJ/1566/data/dispatch61.out new file mode 100644 index 00000000..bc28568a --- /dev/null +++ b/S2OJ/1566/data/dispatch61.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef3c8b382d56711b54ebbc58291dda12669f16c9ff6ba4a84fb80e939d4cdf4 +size 52 diff --git a/S2OJ/1566/data/dispatch62.in b/S2OJ/1566/data/dispatch62.in new file mode 100644 index 00000000..cd3cb7d4 --- /dev/null +++ b/S2OJ/1566/data/dispatch62.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09a603cff445b35a0272cf8589162ef33483fda18cae6443a796dd73e1f2f71 +size 366969 diff --git a/S2OJ/1566/data/dispatch62.out b/S2OJ/1566/data/dispatch62.out new file mode 100644 index 00000000..393ac6ea --- /dev/null +++ b/S2OJ/1566/data/dispatch62.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c4851659cf984531e3f66c27ae8b90396f829deeece25af31766f0a3bd1e7a +size 54 diff --git a/S2OJ/1566/data/dispatch63.in b/S2OJ/1566/data/dispatch63.in new file mode 100644 index 00000000..53d5ea88 --- /dev/null +++ b/S2OJ/1566/data/dispatch63.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1722a1bc3d14c0117b05f9c1869a8e544524d81c6b59a92b3b41a053b82ed3 +size 458205 diff --git a/S2OJ/1566/data/dispatch63.out b/S2OJ/1566/data/dispatch63.out new file mode 100644 index 00000000..cd28a648 --- /dev/null +++ b/S2OJ/1566/data/dispatch63.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369c37733296f58b96bd0eb8dafe489430f82e08ef682e96fafc77734db35c1f +size 63 diff --git a/S2OJ/1566/data/dispatch64.in b/S2OJ/1566/data/dispatch64.in new file mode 100644 index 00000000..005f6677 --- /dev/null +++ b/S2OJ/1566/data/dispatch64.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c432ec70dd1bd3b53277701c2a3c9486e6a3126ed17459f89df55dbe17fc6d5 +size 563785 diff --git a/S2OJ/1566/data/dispatch64.out b/S2OJ/1566/data/dispatch64.out new file mode 100644 index 00000000..be22d846 --- /dev/null +++ b/S2OJ/1566/data/dispatch64.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9e5c1639a61c240cee996021a554873109d0776f6d0e72c082bce461dd6b84 +size 55 diff --git a/S2OJ/1566/data/dispatch65.in b/S2OJ/1566/data/dispatch65.in new file mode 100644 index 00000000..8049664c --- /dev/null +++ b/S2OJ/1566/data/dispatch65.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7207826dd715a9c86ad09ec97df9a05687384d63112ab61133431a499db130e9 +size 683909 diff --git a/S2OJ/1566/data/dispatch65.out b/S2OJ/1566/data/dispatch65.out new file mode 100644 index 00000000..a6a14833 --- /dev/null +++ b/S2OJ/1566/data/dispatch65.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5107b64adaae54e1009df5cec0a66195b2835be5394372ed0aa535862161bd16 +size 58 diff --git a/S2OJ/1566/data/dispatch66.in b/S2OJ/1566/data/dispatch66.in new file mode 100644 index 00000000..d559fd63 --- /dev/null +++ b/S2OJ/1566/data/dispatch66.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4778ddea98143c4305055315c20c225db319ea031bb38679e045f27336af906b +size 819734 diff --git a/S2OJ/1566/data/dispatch66.out b/S2OJ/1566/data/dispatch66.out new file mode 100644 index 00000000..4647c3a0 --- /dev/null +++ b/S2OJ/1566/data/dispatch66.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16acf1760902dc5a23e0690b6371a5eb20753ffe75def094e54961803d1f2813 +size 60 diff --git a/S2OJ/1566/data/dispatch67.in b/S2OJ/1566/data/dispatch67.in new file mode 100644 index 00000000..b0e7440c --- /dev/null +++ b/S2OJ/1566/data/dispatch67.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a752dbae9f168f7a0f7b4d577aa28ba577789df13dc95e8dfe966c0d2bd2d6 +size 973289 diff --git a/S2OJ/1566/data/dispatch67.out b/S2OJ/1566/data/dispatch67.out new file mode 100644 index 00000000..7f2980ea --- /dev/null +++ b/S2OJ/1566/data/dispatch67.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdead50d2880701175bf7fb0a4b8a37a7b1c7e8f117e6d4eb598e1fd0a741af6 +size 68 diff --git a/S2OJ/1566/data/dispatch68.in b/S2OJ/1566/data/dispatch68.in new file mode 100644 index 00000000..b2698338 --- /dev/null +++ b/S2OJ/1566/data/dispatch68.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a2a83add059df7b7ffaa87cb4ceb55a2c0cb350af02d8cebf9390493fe318 +size 1145104 diff --git a/S2OJ/1566/data/dispatch68.out b/S2OJ/1566/data/dispatch68.out new file mode 100644 index 00000000..c9d22eac --- /dev/null +++ b/S2OJ/1566/data/dispatch68.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c3f6a15a44bf6ed227a3944ba221b52ce1c88f76a2c5d9eada2fbd14699b89 +size 52 diff --git a/S2OJ/1566/data/dispatch69.in b/S2OJ/1566/data/dispatch69.in new file mode 100644 index 00000000..82889201 --- /dev/null +++ b/S2OJ/1566/data/dispatch69.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fad3cf378565163ca77c3ebb5d2ea544619357b2dc16355c566a60e653bc38 +size 1335463 diff --git a/S2OJ/1566/data/dispatch69.out b/S2OJ/1566/data/dispatch69.out new file mode 100644 index 00000000..812f26b8 --- /dev/null +++ b/S2OJ/1566/data/dispatch69.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff5a0c31db966b3891a78fbc256dbdf6c09d5d6081a6b9a5503d548aaf69718 +size 61 diff --git a/S2OJ/1566/data/dispatch7.in b/S2OJ/1566/data/dispatch7.in new file mode 100644 index 00000000..f06b77bd --- /dev/null +++ b/S2OJ/1566/data/dispatch7.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a32cef578f229b1dac6fb6dd5ca42b03b6a1ba188d117002e210ca6f93d7310 +size 34 diff --git a/S2OJ/1566/data/dispatch7.out b/S2OJ/1566/data/dispatch7.out new file mode 100644 index 00000000..bded03c1 --- /dev/null +++ b/S2OJ/1566/data/dispatch7.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3784a12be4b84a79c1d786c3166f2421d9ef566a96e14f0a08e704a8e3b0a050 +size 3 diff --git a/S2OJ/1566/data/dispatch70.in b/S2OJ/1566/data/dispatch70.in new file mode 100644 index 00000000..2c166b92 --- /dev/null +++ b/S2OJ/1566/data/dispatch70.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6768c483e6eeb6f9ca14cf8489370a219d74114dfb935e47c0dda3a5c49e58bd +size 1546639 diff --git a/S2OJ/1566/data/dispatch70.out b/S2OJ/1566/data/dispatch70.out new file mode 100644 index 00000000..c01166e7 --- /dev/null +++ b/S2OJ/1566/data/dispatch70.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67edb45b04a4ae72b61bce44188217376a77a0cb60e7cecf3c26d7a4e60c7dd9 +size 64 diff --git a/S2OJ/1566/data/dispatch71.in b/S2OJ/1566/data/dispatch71.in new file mode 100644 index 00000000..2281fda9 --- /dev/null +++ b/S2OJ/1566/data/dispatch71.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d195abe12fd8f004225baa0a129c1100a5b402867794e02fbdf7efb0eeac62a +size 1777590 diff --git a/S2OJ/1566/data/dispatch71.out b/S2OJ/1566/data/dispatch71.out new file mode 100644 index 00000000..da9eb6cf --- /dev/null +++ b/S2OJ/1566/data/dispatch71.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a366b43f1894604395d1297d3113a2b4f2f2e74eeb3486159aa7dd44cc3e3d4 +size 66 diff --git a/S2OJ/1566/data/dispatch72.in b/S2OJ/1566/data/dispatch72.in new file mode 100644 index 00000000..1cd1f807 --- /dev/null +++ b/S2OJ/1566/data/dispatch72.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a289724a3960f778b9c9f99fd5e031f2619ee92a8e5cd838988d97367ceb5e13 +size 2030841 diff --git a/S2OJ/1566/data/dispatch72.out b/S2OJ/1566/data/dispatch72.out new file mode 100644 index 00000000..198d128d --- /dev/null +++ b/S2OJ/1566/data/dispatch72.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7941b1f26b0769673f927bd0c1a08a9494925be5a3fd6248ae11b4a756897b27 +size 71 diff --git a/S2OJ/1566/data/dispatch73.in b/S2OJ/1566/data/dispatch73.in new file mode 100644 index 00000000..4a0564e1 --- /dev/null +++ b/S2OJ/1566/data/dispatch73.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e86b9bd0cc94a421da04e579a19cd83c740b351b2950041f68321d8863e92d +size 2307736 diff --git a/S2OJ/1566/data/dispatch73.out b/S2OJ/1566/data/dispatch73.out new file mode 100644 index 00000000..0cdd82cf --- /dev/null +++ b/S2OJ/1566/data/dispatch73.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea51a64a1c617c4c02f6e1081dba925d63dbd5dc58c7cd4f4b9eccad56712a00 +size 61 diff --git a/S2OJ/1566/data/dispatch74.in b/S2OJ/1566/data/dispatch74.in new file mode 100644 index 00000000..4741570a --- /dev/null +++ b/S2OJ/1566/data/dispatch74.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9909ffb8e70e345a10c4ed68ad5ee051e914601209a2cd3e4326ba15f66b7ec3 +size 2607480 diff --git a/S2OJ/1566/data/dispatch74.out b/S2OJ/1566/data/dispatch74.out new file mode 100644 index 00000000..3680f873 --- /dev/null +++ b/S2OJ/1566/data/dispatch74.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e099c981efd59a2ffa8da68680ad29365df90498ec3573f91ffe8076fee25d +size 66 diff --git a/S2OJ/1566/data/dispatch75.in b/S2OJ/1566/data/dispatch75.in new file mode 100644 index 00000000..a1c52468 --- /dev/null +++ b/S2OJ/1566/data/dispatch75.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490ea0c0a85c9aa36d7c78b57157fa9f827ae80c8c8d8d2b4e9d75e46f38fe6 +size 2934146 diff --git a/S2OJ/1566/data/dispatch75.out b/S2OJ/1566/data/dispatch75.out new file mode 100644 index 00000000..c4354af4 --- /dev/null +++ b/S2OJ/1566/data/dispatch75.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01a48bd3c84eaeadf2f4dcb6c79e0610f23ac56babfb76c89f013ce0289872c +size 63 diff --git a/S2OJ/1566/data/dispatch76.in b/S2OJ/1566/data/dispatch76.in new file mode 100644 index 00000000..320e52bc --- /dev/null +++ b/S2OJ/1566/data/dispatch76.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8f5cb0b7804262f21979492e0215b8ceae02690d00831560d98d38f972b005 +size 3285552 diff --git a/S2OJ/1566/data/dispatch76.out b/S2OJ/1566/data/dispatch76.out new file mode 100644 index 00000000..f0cee1f9 --- /dev/null +++ b/S2OJ/1566/data/dispatch76.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d510c4c294ed2fb7c6af9393cdfdde06e1c5c980d6963eeea7a08fc572a8d318 +size 69 diff --git a/S2OJ/1566/data/dispatch77.in b/S2OJ/1566/data/dispatch77.in new file mode 100644 index 00000000..f86c289e --- /dev/null +++ b/S2OJ/1566/data/dispatch77.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf3ec9fc4b721f29fa4918af916c95c2166e3eb3fb2497e4eae4232fb5480b9 +size 3664754 diff --git a/S2OJ/1566/data/dispatch77.out b/S2OJ/1566/data/dispatch77.out new file mode 100644 index 00000000..4d4dfc87 --- /dev/null +++ b/S2OJ/1566/data/dispatch77.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ee24f81717908633a1e77ff7a85acee92aca91355922bd05365095e5b7626 +size 73 diff --git a/S2OJ/1566/data/dispatch78.in b/S2OJ/1566/data/dispatch78.in new file mode 100644 index 00000000..96a638bd --- /dev/null +++ b/S2OJ/1566/data/dispatch78.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425eb36cea7d2e827fa5a9d15cff33ccd0406ea52da1e743cb07e559e71fdd5c +size 4071489 diff --git a/S2OJ/1566/data/dispatch78.out b/S2OJ/1566/data/dispatch78.out new file mode 100644 index 00000000..1374c9c4 --- /dev/null +++ b/S2OJ/1566/data/dispatch78.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2b2c1ba90d34ba365af7b15ed5ba0d703f8fc770656250bafa0d0c0ce02d0e +size 74 diff --git a/S2OJ/1566/data/dispatch79.in b/S2OJ/1566/data/dispatch79.in new file mode 100644 index 00000000..5ce068c4 --- /dev/null +++ b/S2OJ/1566/data/dispatch79.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751f50c03d6cf580cf9f8deb3fdbec8b05f294a171e8479f677e8343797e5326 +size 4507636 diff --git a/S2OJ/1566/data/dispatch79.out b/S2OJ/1566/data/dispatch79.out new file mode 100644 index 00000000..a8b09845 --- /dev/null +++ b/S2OJ/1566/data/dispatch79.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccf33c0b417daea1c74bef7d229b57b7c1f1dbdd69065c4128813fa6264ff85 +size 63 diff --git a/S2OJ/1566/data/dispatch8.in b/S2OJ/1566/data/dispatch8.in new file mode 100644 index 00000000..2bf59a2b --- /dev/null +++ b/S2OJ/1566/data/dispatch8.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf055c21f2378ec1d18ab477a02258ba800fe81cc011f65a04f9b10712805bd +size 32 diff --git a/S2OJ/1566/data/dispatch8.out b/S2OJ/1566/data/dispatch8.out new file mode 100644 index 00000000..fc234d78 --- /dev/null +++ b/S2OJ/1566/data/dispatch8.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115e91c2e84c3078fa06914eff28d07590ddfaa47a55fb4f31dd7c5b3566194 +size 4 diff --git a/S2OJ/1566/data/dispatch80.in b/S2OJ/1566/data/dispatch80.in new file mode 100644 index 00000000..ddcba91d --- /dev/null +++ b/S2OJ/1566/data/dispatch80.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144f48bf6fd79a04ea67ca08720b77bb75399367fba33a8eba6c837bfd5cec8c +size 4972614 diff --git a/S2OJ/1566/data/dispatch80.out b/S2OJ/1566/data/dispatch80.out new file mode 100644 index 00000000..495f6b87 --- /dev/null +++ b/S2OJ/1566/data/dispatch80.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6112e10c9d51d5aae26bceab7866902e853eb3f8a2815f33d8ae8bcff506db90 +size 61 diff --git a/S2OJ/1566/data/dispatch81.in b/S2OJ/1566/data/dispatch81.in new file mode 100644 index 00000000..19f89fe0 --- /dev/null +++ b/S2OJ/1566/data/dispatch81.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5467bcff1ea00684388c4c24b2a124d3634301a222a87bd1057ba46c3672e4d3 +size 5469469 diff --git a/S2OJ/1566/data/dispatch81.out b/S2OJ/1566/data/dispatch81.out new file mode 100644 index 00000000..f9434be2 --- /dev/null +++ b/S2OJ/1566/data/dispatch81.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16bcd0a382351e1f2d7edb9094e4cd743b2c74abbabb928938fe0b122d552a5 +size 71 diff --git a/S2OJ/1566/data/dispatch82.in b/S2OJ/1566/data/dispatch82.in new file mode 100644 index 00000000..9670dd38 --- /dev/null +++ b/S2OJ/1566/data/dispatch82.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bf7c01c0fd04df9f2228192d2e3ce15542f432f6236200b6ba291abc37935a +size 5998943 diff --git a/S2OJ/1566/data/dispatch82.out b/S2OJ/1566/data/dispatch82.out new file mode 100644 index 00000000..8fdd2195 --- /dev/null +++ b/S2OJ/1566/data/dispatch82.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457bbd12d2df5f72b52c0452c34c6e04224641605b450bd6f3d7a2fe35639002 +size 69 diff --git a/S2OJ/1566/data/dispatch83.in b/S2OJ/1566/data/dispatch83.in new file mode 100644 index 00000000..2ace2b1e --- /dev/null +++ b/S2OJ/1566/data/dispatch83.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1c06f1ff105f84d7028fb4a4b4cf3ce80a9e327f549e21b086839d7bd4fb80 +size 6560759 diff --git a/S2OJ/1566/data/dispatch83.out b/S2OJ/1566/data/dispatch83.out new file mode 100644 index 00000000..392f098a --- /dev/null +++ b/S2OJ/1566/data/dispatch83.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f58242f7c268c47ad1f9702cd5107f00700fc47815d28c906558b1f17496dc3 +size 71 diff --git a/S2OJ/1566/data/dispatch84.in b/S2OJ/1566/data/dispatch84.in new file mode 100644 index 00000000..677716d8 --- /dev/null +++ b/S2OJ/1566/data/dispatch84.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3168eda391d7874ef18438101bbf8ea584bd1b777e427b09d5f9320a5bb38e +size 7156471 diff --git a/S2OJ/1566/data/dispatch84.out b/S2OJ/1566/data/dispatch84.out new file mode 100644 index 00000000..87b5ab38 --- /dev/null +++ b/S2OJ/1566/data/dispatch84.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab3c5c3e73cf591f9a52983f5a4cf3f4820d8cddcd4827f256eac383a908a72 +size 75 diff --git a/S2OJ/1566/data/dispatch85.in b/S2OJ/1566/data/dispatch85.in new file mode 100644 index 00000000..dd229cff --- /dev/null +++ b/S2OJ/1566/data/dispatch85.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3b74309616926d9ed13651870fe91b13ee38271f49897016afcda828e04925 +size 7787339 diff --git a/S2OJ/1566/data/dispatch85.out b/S2OJ/1566/data/dispatch85.out new file mode 100644 index 00000000..63dddfdb --- /dev/null +++ b/S2OJ/1566/data/dispatch85.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f7392508c529dcdf5c4469df9b525db03a239f267acd3a44859880ae794afb +size 81 diff --git a/S2OJ/1566/data/dispatch86.in b/S2OJ/1566/data/dispatch86.in new file mode 100644 index 00000000..f169cabf --- /dev/null +++ b/S2OJ/1566/data/dispatch86.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bf8daff77c24fc10caa321c915f5c9f5783f4283c0b2dd00669febacf0746b +size 8455658 diff --git a/S2OJ/1566/data/dispatch86.out b/S2OJ/1566/data/dispatch86.out new file mode 100644 index 00000000..cf99fed0 --- /dev/null +++ b/S2OJ/1566/data/dispatch86.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90fc50d0700d4ad386cb8fdd1b9da94d6adfb91e18e7ed15c1a2d9a92a3b6c +size 77 diff --git a/S2OJ/1566/data/dispatch87.in b/S2OJ/1566/data/dispatch87.in new file mode 100644 index 00000000..47db267d --- /dev/null +++ b/S2OJ/1566/data/dispatch87.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906b1a266eb6409131ff67d7a2bfe090549ec99b6f5845cb4cd22f0d09b24501 +size 9159546 diff --git a/S2OJ/1566/data/dispatch87.out b/S2OJ/1566/data/dispatch87.out new file mode 100644 index 00000000..bae88150 --- /dev/null +++ b/S2OJ/1566/data/dispatch87.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b27d3c5303ca825813426e72e5c41c2a60f69f9071c9251b984c8afebf44244 +size 68 diff --git a/S2OJ/1566/data/dispatch88.in b/S2OJ/1566/data/dispatch88.in new file mode 100644 index 00000000..4b37b25b --- /dev/null +++ b/S2OJ/1566/data/dispatch88.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d80957e2e366a6b65b9a2bba8ed62539865ab449bfad205286994c19f23de13 +size 9900883 diff --git a/S2OJ/1566/data/dispatch88.out b/S2OJ/1566/data/dispatch88.out new file mode 100644 index 00000000..f91f3376 --- /dev/null +++ b/S2OJ/1566/data/dispatch88.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bd92e793feb2c147fd7d31b69428f4157e2e17415cc46d23ed9a6ea019b800 +size 71 diff --git a/S2OJ/1566/data/dispatch89.in b/S2OJ/1566/data/dispatch89.in new file mode 100644 index 00000000..80082398 --- /dev/null +++ b/S2OJ/1566/data/dispatch89.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7964d286c143281085932b271ab6478e5f3698639ae0bbdbf785e86214da29 +size 10683595 diff --git a/S2OJ/1566/data/dispatch89.out b/S2OJ/1566/data/dispatch89.out new file mode 100644 index 00000000..d3205b83 --- /dev/null +++ b/S2OJ/1566/data/dispatch89.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cc7f6dc666eb09156bb5785870194321499803fc2e13dad41cd7b5f3784676 +size 68 diff --git a/S2OJ/1566/data/dispatch9.in b/S2OJ/1566/data/dispatch9.in new file mode 100644 index 00000000..02d4df5b --- /dev/null +++ b/S2OJ/1566/data/dispatch9.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b87b0a03cee5908316429e4a2c3543a161b8a7256fbdaf47faa030ae714418 +size 29 diff --git a/S2OJ/1566/data/dispatch9.out b/S2OJ/1566/data/dispatch9.out new file mode 100644 index 00000000..fc234d78 --- /dev/null +++ b/S2OJ/1566/data/dispatch9.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115e91c2e84c3078fa06914eff28d07590ddfaa47a55fb4f31dd7c5b3566194 +size 4 diff --git a/S2OJ/1566/data/dispatch90.in b/S2OJ/1566/data/dispatch90.in new file mode 100644 index 00000000..e0dd9a2b --- /dev/null +++ b/S2OJ/1566/data/dispatch90.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7383819062c35897b07bd617bfbebf8681809fa7d4fc183173cae85e0d3fd6dc +size 11504213 diff --git a/S2OJ/1566/data/dispatch90.out b/S2OJ/1566/data/dispatch90.out new file mode 100644 index 00000000..97eae85e --- /dev/null +++ b/S2OJ/1566/data/dispatch90.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ec35804989aba15b6c997d26e660a7368d8b0b59c977f730fa70c003e9f56f +size 71 diff --git a/S2OJ/1566/data/dispatch91.in b/S2OJ/1566/data/dispatch91.in new file mode 100644 index 00000000..1395de7a --- /dev/null +++ b/S2OJ/1566/data/dispatch91.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e282d7ed756991fabdc48512baeded00ef92fdbbaaef6eecd71a98801d49e2d +size 12368263 diff --git a/S2OJ/1566/data/dispatch91.out b/S2OJ/1566/data/dispatch91.out new file mode 100644 index 00000000..7479ed34 --- /dev/null +++ b/S2OJ/1566/data/dispatch91.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2aa4232c43e5f6c425408d903e6828a0b67ecea7d9080f3c3d1c22b104da46a +size 73 diff --git a/S2OJ/1566/data/dispatch92.in b/S2OJ/1566/data/dispatch92.in new file mode 100644 index 00000000..bfc319ae --- /dev/null +++ b/S2OJ/1566/data/dispatch92.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119ad1b20bda1794b6ee2084cf5c765c3561705f1b9be70f4a3d448f4a17e2ed +size 13270988 diff --git a/S2OJ/1566/data/dispatch92.out b/S2OJ/1566/data/dispatch92.out new file mode 100644 index 00000000..0cfc4e4f --- /dev/null +++ b/S2OJ/1566/data/dispatch92.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b315fb6d4d77c9d48add785b63ff93f233ef1b837c96b9f5e534f69853356992 +size 72 diff --git a/S2OJ/1566/data/dispatch93.in b/S2OJ/1566/data/dispatch93.in new file mode 100644 index 00000000..6ada628b --- /dev/null +++ b/S2OJ/1566/data/dispatch93.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d96b495583d53b21b75a4165441d91a5bc82ff797f96dc42040c5a1db57e0e +size 14220700 diff --git a/S2OJ/1566/data/dispatch93.out b/S2OJ/1566/data/dispatch93.out new file mode 100644 index 00000000..5b24ceb2 --- /dev/null +++ b/S2OJ/1566/data/dispatch93.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623291cf46984ac4efe26383542cc080ee118ea4dc008b476b94c47b8d7605dc +size 81 diff --git a/S2OJ/1566/data/dispatch94.in b/S2OJ/1566/data/dispatch94.in new file mode 100644 index 00000000..40bfb38d --- /dev/null +++ b/S2OJ/1566/data/dispatch94.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ca87f83ad8373d3aa160538d871e9edfc40cb04352b7a10f6bcafe9ad8df86 +size 15209392 diff --git a/S2OJ/1566/data/dispatch94.out b/S2OJ/1566/data/dispatch94.out new file mode 100644 index 00000000..726e0642 --- /dev/null +++ b/S2OJ/1566/data/dispatch94.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822db715f31b73ea0f4169551241bfb22bb6a1a7e1a209b4a7beb136a84d672f +size 77 diff --git a/S2OJ/1566/data/dispatch95.in b/S2OJ/1566/data/dispatch95.in new file mode 100644 index 00000000..3f2c4f09 --- /dev/null +++ b/S2OJ/1566/data/dispatch95.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5bf3ab10efb88d475eb781e3db5750f3732c70abf347d93e57bba058ced947 +size 16248250 diff --git a/S2OJ/1566/data/dispatch95.out b/S2OJ/1566/data/dispatch95.out new file mode 100644 index 00000000..b90db56d --- /dev/null +++ b/S2OJ/1566/data/dispatch95.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13ddffdfb804c01bb5b39247d3877272ee1ca241b2828354663aa9cf5592c18 +size 81 diff --git a/S2OJ/1566/data/dispatch96.in b/S2OJ/1566/data/dispatch96.in new file mode 100644 index 00000000..cb3c170b --- /dev/null +++ b/S2OJ/1566/data/dispatch96.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde52814fe81217bf5e685e77c908c2a46c0b536cf0bc2cad5a1dcc7c826a034 +size 17329872 diff --git a/S2OJ/1566/data/dispatch96.out b/S2OJ/1566/data/dispatch96.out new file mode 100644 index 00000000..bce65637 --- /dev/null +++ b/S2OJ/1566/data/dispatch96.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2654fcd50288e21bd716553e5f2104b86a730ee785b7db4b22bd215470bca470 +size 73 diff --git a/S2OJ/1566/data/dispatch97.in b/S2OJ/1566/data/dispatch97.in new file mode 100644 index 00000000..16a09f26 --- /dev/null +++ b/S2OJ/1566/data/dispatch97.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162ba3096da05786f74fb467ae6ecf79612ee0569435f1886325d279deea00e9 +size 18461059 diff --git a/S2OJ/1566/data/dispatch97.out b/S2OJ/1566/data/dispatch97.out new file mode 100644 index 00000000..16ee8ce1 --- /dev/null +++ b/S2OJ/1566/data/dispatch97.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbeb849bc89f7e88d06813af528fcb4cf905be0b93cdd30224a207e45fb0bbc +size 68 diff --git a/S2OJ/1566/data/dispatch98.in b/S2OJ/1566/data/dispatch98.in new file mode 100644 index 00000000..90740027 --- /dev/null +++ b/S2OJ/1566/data/dispatch98.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c9bc6bdcf9db968fd71e1e3ed4ffd124bbe146c02c917845a436d1ce1e93bb +size 19637591 diff --git a/S2OJ/1566/data/dispatch98.out b/S2OJ/1566/data/dispatch98.out new file mode 100644 index 00000000..cc9b03fa --- /dev/null +++ b/S2OJ/1566/data/dispatch98.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766c0e628b98688d25dbc432a10f06021e5c45845c3b5ba0a02e3f69e27f2ac7 +size 70 diff --git a/S2OJ/1566/data/dispatch99.in b/S2OJ/1566/data/dispatch99.in new file mode 100644 index 00000000..69ac3789 --- /dev/null +++ b/S2OJ/1566/data/dispatch99.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79708722b3a2d31aa2a7bc2ec71e88fd685b6b0725052c2ba84389b0ddd2a42 +size 20866349 diff --git a/S2OJ/1566/data/dispatch99.out b/S2OJ/1566/data/dispatch99.out new file mode 100644 index 00000000..c0bcd1e4 --- /dev/null +++ b/S2OJ/1566/data/dispatch99.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51658f36a91a2070abe8f0b8a0ee0d546a0ec644e19bf30cbbee2e776c7a25d7 +size 74 diff --git a/S2OJ/1566/data/ex_dispatch1.in b/S2OJ/1566/data/ex_dispatch1.in new file mode 100644 index 00000000..320e52bc --- /dev/null +++ b/S2OJ/1566/data/ex_dispatch1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8f5cb0b7804262f21979492e0215b8ceae02690d00831560d98d38f972b005 +size 3285552 diff --git a/S2OJ/1566/data/ex_dispatch1.out b/S2OJ/1566/data/ex_dispatch1.out new file mode 100644 index 00000000..f0cee1f9 --- /dev/null +++ b/S2OJ/1566/data/ex_dispatch1.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d510c4c294ed2fb7c6af9393cdfdde06e1c5c980d6963eeea7a08fc572a8d318 +size 69 diff --git a/S2OJ/1566/data/problem.conf b/S2OJ/1566/data/problem.conf new file mode 100644 index 00000000..57fa73ad --- /dev/null +++ b/S2OJ/1566/data/problem.conf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9a2fc62da6ff12256d079cf2ea8af9014cbea626de16ba5c667d477beda368 +size 186