From 035b647bb8f8ce94184e7e239ee23fc32655b183 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 10 Nov 2022 20:12:48 +0800 Subject: [PATCH] =?UTF-8?q?#3202.=20=E3=80=8CBalticOI=202019=20Day1?= =?UTF-8?q?=E3=80=8D=E6=BD=9C=E8=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://loj.ac/s/1629036 --- LibreOJ/3202/3202.cpp | 67 ++++++++++++++++++++++++++++++++++ LibreOJ/3202/data/input0.txt | 3 ++ LibreOJ/3202/data/input1.txt | 3 ++ LibreOJ/3202/data/input10.txt | 3 ++ LibreOJ/3202/data/input11.txt | 3 ++ LibreOJ/3202/data/input12.txt | 3 ++ LibreOJ/3202/data/input13.txt | 3 ++ LibreOJ/3202/data/input14.txt | 3 ++ LibreOJ/3202/data/input15.txt | 3 ++ LibreOJ/3202/data/input16.txt | 3 ++ LibreOJ/3202/data/input17.txt | 3 ++ LibreOJ/3202/data/input18.txt | 3 ++ LibreOJ/3202/data/input19.txt | 3 ++ LibreOJ/3202/data/input2.txt | 3 ++ LibreOJ/3202/data/input20.txt | 3 ++ LibreOJ/3202/data/input21.txt | 3 ++ LibreOJ/3202/data/input22.txt | 3 ++ LibreOJ/3202/data/input23.txt | 3 ++ LibreOJ/3202/data/input24.txt | 3 ++ LibreOJ/3202/data/input25.txt | 3 ++ LibreOJ/3202/data/input26.txt | 3 ++ LibreOJ/3202/data/input27.txt | 3 ++ LibreOJ/3202/data/input28.txt | 3 ++ LibreOJ/3202/data/input29.txt | 3 ++ LibreOJ/3202/data/input3.txt | 3 ++ LibreOJ/3202/data/input30.txt | 3 ++ LibreOJ/3202/data/input31.txt | 3 ++ LibreOJ/3202/data/input32.txt | 3 ++ LibreOJ/3202/data/input33.txt | 3 ++ LibreOJ/3202/data/input34.txt | 3 ++ LibreOJ/3202/data/input35.txt | 3 ++ LibreOJ/3202/data/input36.txt | 3 ++ LibreOJ/3202/data/input4.txt | 3 ++ LibreOJ/3202/data/input5.txt | 3 ++ LibreOJ/3202/data/input6.txt | 3 ++ LibreOJ/3202/data/input7.txt | 3 ++ LibreOJ/3202/data/input8.txt | 3 ++ LibreOJ/3202/data/input9.txt | 3 ++ LibreOJ/3202/data/output0.txt | 3 ++ LibreOJ/3202/data/output1.txt | 3 ++ LibreOJ/3202/data/output10.txt | 3 ++ LibreOJ/3202/data/output11.txt | 3 ++ LibreOJ/3202/data/output12.txt | 3 ++ LibreOJ/3202/data/output13.txt | 3 ++ LibreOJ/3202/data/output14.txt | 3 ++ LibreOJ/3202/data/output15.txt | 3 ++ LibreOJ/3202/data/output16.txt | 3 ++ LibreOJ/3202/data/output17.txt | 3 ++ LibreOJ/3202/data/output18.txt | 3 ++ LibreOJ/3202/data/output19.txt | 3 ++ LibreOJ/3202/data/output2.txt | 3 ++ LibreOJ/3202/data/output20.txt | 3 ++ LibreOJ/3202/data/output21.txt | 3 ++ LibreOJ/3202/data/output22.txt | 3 ++ LibreOJ/3202/data/output23.txt | 3 ++ LibreOJ/3202/data/output24.txt | 3 ++ LibreOJ/3202/data/output25.txt | 3 ++ LibreOJ/3202/data/output26.txt | 3 ++ LibreOJ/3202/data/output27.txt | 3 ++ LibreOJ/3202/data/output28.txt | 3 ++ LibreOJ/3202/data/output29.txt | 3 ++ LibreOJ/3202/data/output3.txt | 3 ++ LibreOJ/3202/data/output30.txt | 3 ++ LibreOJ/3202/data/output31.txt | 3 ++ LibreOJ/3202/data/output32.txt | 3 ++ LibreOJ/3202/data/output33.txt | 3 ++ LibreOJ/3202/data/output34.txt | 3 ++ LibreOJ/3202/data/output35.txt | 3 ++ LibreOJ/3202/data/output36.txt | 3 ++ LibreOJ/3202/data/output4.txt | 3 ++ LibreOJ/3202/data/output5.txt | 3 ++ LibreOJ/3202/data/output6.txt | 3 ++ LibreOJ/3202/data/output7.txt | 3 ++ LibreOJ/3202/data/output8.txt | 3 ++ LibreOJ/3202/data/output9.txt | 3 ++ 75 files changed, 289 insertions(+) create mode 100644 LibreOJ/3202/3202.cpp create mode 100644 LibreOJ/3202/data/input0.txt create mode 100644 LibreOJ/3202/data/input1.txt create mode 100644 LibreOJ/3202/data/input10.txt create mode 100644 LibreOJ/3202/data/input11.txt create mode 100644 LibreOJ/3202/data/input12.txt create mode 100644 LibreOJ/3202/data/input13.txt create mode 100644 LibreOJ/3202/data/input14.txt create mode 100644 LibreOJ/3202/data/input15.txt create mode 100644 LibreOJ/3202/data/input16.txt create mode 100644 LibreOJ/3202/data/input17.txt create mode 100644 LibreOJ/3202/data/input18.txt create mode 100644 LibreOJ/3202/data/input19.txt create mode 100644 LibreOJ/3202/data/input2.txt create mode 100644 LibreOJ/3202/data/input20.txt create mode 100644 LibreOJ/3202/data/input21.txt create mode 100644 LibreOJ/3202/data/input22.txt create mode 100644 LibreOJ/3202/data/input23.txt create mode 100644 LibreOJ/3202/data/input24.txt create mode 100644 LibreOJ/3202/data/input25.txt create mode 100644 LibreOJ/3202/data/input26.txt create mode 100644 LibreOJ/3202/data/input27.txt create mode 100644 LibreOJ/3202/data/input28.txt create mode 100644 LibreOJ/3202/data/input29.txt create mode 100644 LibreOJ/3202/data/input3.txt create mode 100644 LibreOJ/3202/data/input30.txt create mode 100644 LibreOJ/3202/data/input31.txt create mode 100644 LibreOJ/3202/data/input32.txt create mode 100644 LibreOJ/3202/data/input33.txt create mode 100644 LibreOJ/3202/data/input34.txt create mode 100644 LibreOJ/3202/data/input35.txt create mode 100644 LibreOJ/3202/data/input36.txt create mode 100644 LibreOJ/3202/data/input4.txt create mode 100644 LibreOJ/3202/data/input5.txt create mode 100644 LibreOJ/3202/data/input6.txt create mode 100644 LibreOJ/3202/data/input7.txt create mode 100644 LibreOJ/3202/data/input8.txt create mode 100644 LibreOJ/3202/data/input9.txt create mode 100644 LibreOJ/3202/data/output0.txt create mode 100644 LibreOJ/3202/data/output1.txt create mode 100644 LibreOJ/3202/data/output10.txt create mode 100644 LibreOJ/3202/data/output11.txt create mode 100644 LibreOJ/3202/data/output12.txt create mode 100644 LibreOJ/3202/data/output13.txt create mode 100644 LibreOJ/3202/data/output14.txt create mode 100644 LibreOJ/3202/data/output15.txt create mode 100644 LibreOJ/3202/data/output16.txt create mode 100644 LibreOJ/3202/data/output17.txt create mode 100644 LibreOJ/3202/data/output18.txt create mode 100644 LibreOJ/3202/data/output19.txt create mode 100644 LibreOJ/3202/data/output2.txt create mode 100644 LibreOJ/3202/data/output20.txt create mode 100644 LibreOJ/3202/data/output21.txt create mode 100644 LibreOJ/3202/data/output22.txt create mode 100644 LibreOJ/3202/data/output23.txt create mode 100644 LibreOJ/3202/data/output24.txt create mode 100644 LibreOJ/3202/data/output25.txt create mode 100644 LibreOJ/3202/data/output26.txt create mode 100644 LibreOJ/3202/data/output27.txt create mode 100644 LibreOJ/3202/data/output28.txt create mode 100644 LibreOJ/3202/data/output29.txt create mode 100644 LibreOJ/3202/data/output3.txt create mode 100644 LibreOJ/3202/data/output30.txt create mode 100644 LibreOJ/3202/data/output31.txt create mode 100644 LibreOJ/3202/data/output32.txt create mode 100644 LibreOJ/3202/data/output33.txt create mode 100644 LibreOJ/3202/data/output34.txt create mode 100644 LibreOJ/3202/data/output35.txt create mode 100644 LibreOJ/3202/data/output36.txt create mode 100644 LibreOJ/3202/data/output4.txt create mode 100644 LibreOJ/3202/data/output5.txt create mode 100644 LibreOJ/3202/data/output6.txt create mode 100644 LibreOJ/3202/data/output7.txt create mode 100644 LibreOJ/3202/data/output8.txt create mode 100644 LibreOJ/3202/data/output9.txt diff --git a/LibreOJ/3202/3202.cpp b/LibreOJ/3202/3202.cpp new file mode 100644 index 00000000..fd3baabd --- /dev/null +++ b/LibreOJ/3202/3202.cpp @@ -0,0 +1,67 @@ +#include +#include +#include +#include +#include + +using std::cin; +using std::cout; +const char endl = '\n'; + +const int N = 505, + M = 5005; + +int r, c, m, p; +std::string s; +std::array, N> f[M], g; + +int main() { + std::ios::sync_with_stdio(false); + cin.tie(nullptr); + + cin >> r >> c >> m; + + for (int i = 1; i <= r; i++) { + for (int j = 1; j <= c; j++) { + char ch; + + cin >> ch; + + g[i].set(j, ch == '.'); + } + } + + cin >> s; + + f[0] = g; + + for (char op : s) { + p++; + + if (op == 'N') { + for (int i = 1; i <= r; i++) { + f[p][i] = (f[p - 1][i + 1]) & g[i]; + } + } else if (op == 'E') { + for (int i = 1; i <= r; i++) { + f[p][i] = (f[p - 1][i] << 1) & g[i]; + } + } else if (op == 'S') { + for (int i = 1; i <= r; i++) { + f[p][i] = (f[p - 1][i - 1]) & g[i]; + } + } else if (op == 'W') { + for (int i = 1; i <= r; i++) { + f[p][i] = (f[p - 1][i] >> 1) & g[i]; + } + } else { // op == '?' + for (int i = 1; i <= r; i++) { + f[p][i] = ((f[p - 1][i] >> 1) | (f[p - 1][i] << 1) | f[p - 1][i - 1] | f[p - 1][i + 1]) & g[i]; + } + } + } + + cout << std::accumulate(f[m].begin(), f[m].end(), 0, [](int x, auto y) -> int { return x + y.count(); }) << endl; + + return 0; +} diff --git a/LibreOJ/3202/data/input0.txt b/LibreOJ/3202/data/input0.txt new file mode 100644 index 00000000..20b00665 --- /dev/null +++ b/LibreOJ/3202/data/input0.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f48fdd31dadfd33baf738696a1fc1a9b325292e085f02a8172deada4945a18 +size 64 diff --git a/LibreOJ/3202/data/input1.txt b/LibreOJ/3202/data/input1.txt new file mode 100644 index 00000000..712ffc86 --- /dev/null +++ b/LibreOJ/3202/data/input1.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd3e62af49a279afb4efbaf1f23887e9efe511de4cb6f06a56d97159a8039a4 +size 10213 diff --git a/LibreOJ/3202/data/input10.txt b/LibreOJ/3202/data/input10.txt new file mode 100644 index 00000000..6a59749b --- /dev/null +++ b/LibreOJ/3202/data/input10.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc939d57a57a058d8118291d9e603ba48672292e69c82d37297e07a5fc2266c +size 10213 diff --git a/LibreOJ/3202/data/input11.txt b/LibreOJ/3202/data/input11.txt new file mode 100644 index 00000000..e48a701b --- /dev/null +++ b/LibreOJ/3202/data/input11.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3627fb1e5eb1ce18dc99638508b6ff1d1cbb8c0427587166ac55a0bcedb6f9c +size 10213 diff --git a/LibreOJ/3202/data/input12.txt b/LibreOJ/3202/data/input12.txt new file mode 100644 index 00000000..06a89fa0 --- /dev/null +++ b/LibreOJ/3202/data/input12.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4d54de61d7dbf5cc1f126a99314cffe711e6311da3aa3601b40c2e77378786 +size 10213 diff --git a/LibreOJ/3202/data/input13.txt b/LibreOJ/3202/data/input13.txt new file mode 100644 index 00000000..19f3f5fd --- /dev/null +++ b/LibreOJ/3202/data/input13.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8db432a57b611d391886757d31e743033a168dfd7fce77b3d85efe522e639a +size 10213 diff --git a/LibreOJ/3202/data/input14.txt b/LibreOJ/3202/data/input14.txt new file mode 100644 index 00000000..6a0e41ed --- /dev/null +++ b/LibreOJ/3202/data/input14.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12c459aaf4d044349ddeb37f0096840811b8fda81a35205ef98f13841eb28ee +size 10213 diff --git a/LibreOJ/3202/data/input15.txt b/LibreOJ/3202/data/input15.txt new file mode 100644 index 00000000..f67be032 --- /dev/null +++ b/LibreOJ/3202/data/input15.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183d78ec413a3142d9df2b8d4af6c3d3f3692249e3e516c49a8cc42ee96f258f +size 10213 diff --git a/LibreOJ/3202/data/input16.txt b/LibreOJ/3202/data/input16.txt new file mode 100644 index 00000000..aa9a8d26 --- /dev/null +++ b/LibreOJ/3202/data/input16.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4945bc87ea21df3f4b44dcbd6fac74fdf5d01ab08d6615ed47751f3dd6cd2689 +size 10213 diff --git a/LibreOJ/3202/data/input17.txt b/LibreOJ/3202/data/input17.txt new file mode 100644 index 00000000..a6e5d411 --- /dev/null +++ b/LibreOJ/3202/data/input17.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b30c251b2c05f6bd78d8a27097a1636d2026180ef4d23f490496ad67d101e4 +size 10213 diff --git a/LibreOJ/3202/data/input18.txt b/LibreOJ/3202/data/input18.txt new file mode 100644 index 00000000..633ae4a4 --- /dev/null +++ b/LibreOJ/3202/data/input18.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842b6a4efcaf367bf0d257b18d78d12be23f89222a9834cd29751f75d8543eca +size 10213 diff --git a/LibreOJ/3202/data/input19.txt b/LibreOJ/3202/data/input19.txt new file mode 100644 index 00000000..d0a50ec8 --- /dev/null +++ b/LibreOJ/3202/data/input19.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6887cbe7e0bb6284f5b791c0634438370031e092fe34f71c55ebc8aec8b17d6 +size 10213 diff --git a/LibreOJ/3202/data/input2.txt b/LibreOJ/3202/data/input2.txt new file mode 100644 index 00000000..a7a4bd9d --- /dev/null +++ b/LibreOJ/3202/data/input2.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3995442662041bc9e82d379e6a3f100c6644991782832387971e4d7b492f2bce +size 10213 diff --git a/LibreOJ/3202/data/input20.txt b/LibreOJ/3202/data/input20.txt new file mode 100644 index 00000000..acba3a83 --- /dev/null +++ b/LibreOJ/3202/data/input20.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ada2ff2e992036e550aaf868592b67ed2c8f139930ebf5a08cddc46896c3519 +size 10213 diff --git a/LibreOJ/3202/data/input21.txt b/LibreOJ/3202/data/input21.txt new file mode 100644 index 00000000..09b158e1 --- /dev/null +++ b/LibreOJ/3202/data/input21.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4bd36a8420023109e16428c3cfb06dc9739afb7b3e88394e0d0e9afa90a187 +size 10213 diff --git a/LibreOJ/3202/data/input22.txt b/LibreOJ/3202/data/input22.txt new file mode 100644 index 00000000..b19eb807 --- /dev/null +++ b/LibreOJ/3202/data/input22.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b62c8116eef961e260f539adadbb4bf96887a07b1490f6670100f450a28ec0 +size 255514 diff --git a/LibreOJ/3202/data/input23.txt b/LibreOJ/3202/data/input23.txt new file mode 100644 index 00000000..20066994 --- /dev/null +++ b/LibreOJ/3202/data/input23.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9650e7c1eaaff823438a4cdd855a953482c53bd80b354e1ada442e17d303165 +size 255514 diff --git a/LibreOJ/3202/data/input24.txt b/LibreOJ/3202/data/input24.txt new file mode 100644 index 00000000..15fa0978 --- /dev/null +++ b/LibreOJ/3202/data/input24.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09010ae388f835821eb01aa7953023dd44c4df7480a69bba72d62cdef93231e4 +size 255514 diff --git a/LibreOJ/3202/data/input25.txt b/LibreOJ/3202/data/input25.txt new file mode 100644 index 00000000..e742d215 --- /dev/null +++ b/LibreOJ/3202/data/input25.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c478ad2fab31153b6e07f50fad338543c23c75f5257617e8f138ba88140ee9c +size 255514 diff --git a/LibreOJ/3202/data/input26.txt b/LibreOJ/3202/data/input26.txt new file mode 100644 index 00000000..5e440305 --- /dev/null +++ b/LibreOJ/3202/data/input26.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3216e0138006a3ab37e2b87075be671b492ea4fd70eddb86ae6d27cdef238234 +size 255514 diff --git a/LibreOJ/3202/data/input27.txt b/LibreOJ/3202/data/input27.txt new file mode 100644 index 00000000..69cc7ca2 --- /dev/null +++ b/LibreOJ/3202/data/input27.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6b2814b5080dbbd2c423e212cb6dccd8573044a2ccfd033c132a1c38528bdf +size 255514 diff --git a/LibreOJ/3202/data/input28.txt b/LibreOJ/3202/data/input28.txt new file mode 100644 index 00000000..58377a6c --- /dev/null +++ b/LibreOJ/3202/data/input28.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368db8ca06464e023d9ff421f010ed8400ee8017717c6356a3380eb5fa699cde +size 255514 diff --git a/LibreOJ/3202/data/input29.txt b/LibreOJ/3202/data/input29.txt new file mode 100644 index 00000000..eb8a0ee5 --- /dev/null +++ b/LibreOJ/3202/data/input29.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcccd0bcdbaefbe4f8fc118e35ca15eab5e7719462050df6cef9eba64c6b956b +size 255514 diff --git a/LibreOJ/3202/data/input3.txt b/LibreOJ/3202/data/input3.txt new file mode 100644 index 00000000..30b182d2 --- /dev/null +++ b/LibreOJ/3202/data/input3.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026edd656654b02fcdd148d2d6c226506cf5d00ad5de9e710ea37bd6f6521bc2 +size 10213 diff --git a/LibreOJ/3202/data/input30.txt b/LibreOJ/3202/data/input30.txt new file mode 100644 index 00000000..72e103f4 --- /dev/null +++ b/LibreOJ/3202/data/input30.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fde82139d3dce39570350ade7469f787ee292f1c70c9de74258bc0c8128285 +size 255514 diff --git a/LibreOJ/3202/data/input31.txt b/LibreOJ/3202/data/input31.txt new file mode 100644 index 00000000..6b4c1b45 --- /dev/null +++ b/LibreOJ/3202/data/input31.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b167b5ec4f8f54bbde1407973756d0226babaf32d1b27f22290106f6ad648d9 +size 255514 diff --git a/LibreOJ/3202/data/input32.txt b/LibreOJ/3202/data/input32.txt new file mode 100644 index 00000000..01c199e3 --- /dev/null +++ b/LibreOJ/3202/data/input32.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d41320fb02b9c95b1e424ed0458fbee3128f1bb4593fce3e0d9d33f7f7fe699 +size 255514 diff --git a/LibreOJ/3202/data/input33.txt b/LibreOJ/3202/data/input33.txt new file mode 100644 index 00000000..a74e945d --- /dev/null +++ b/LibreOJ/3202/data/input33.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dc63f9955462594aff524ae351f508ed1e105397965fcc7b22afad9d18f17c +size 255514 diff --git a/LibreOJ/3202/data/input34.txt b/LibreOJ/3202/data/input34.txt new file mode 100644 index 00000000..caae6135 --- /dev/null +++ b/LibreOJ/3202/data/input34.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b596ab9de0891521fac0283b07a40d05835c39c6c50e4f7f65c66f08fdf3b2 +size 255514 diff --git a/LibreOJ/3202/data/input35.txt b/LibreOJ/3202/data/input35.txt new file mode 100644 index 00000000..710b12fc --- /dev/null +++ b/LibreOJ/3202/data/input35.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86725afd054be72e825ec05c42e983b732b03f057178915b5eaee18480f092a6 +size 255514 diff --git a/LibreOJ/3202/data/input36.txt b/LibreOJ/3202/data/input36.txt new file mode 100644 index 00000000..c231aa5e --- /dev/null +++ b/LibreOJ/3202/data/input36.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d9e10bd9ba93a65341cec247dab120d9f5d09376e77e3377918b2f7a4aff8 +size 255514 diff --git a/LibreOJ/3202/data/input4.txt b/LibreOJ/3202/data/input4.txt new file mode 100644 index 00000000..21d87467 --- /dev/null +++ b/LibreOJ/3202/data/input4.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef73069bf67c7f049b27b33a4dc78199ec4c21398b8a2608b0b1c86db5248a3 +size 10213 diff --git a/LibreOJ/3202/data/input5.txt b/LibreOJ/3202/data/input5.txt new file mode 100644 index 00000000..71a1f0ef --- /dev/null +++ b/LibreOJ/3202/data/input5.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb2f2e88e879cd48afe7ce8bb865c8080e1ef8921f25b37615b0b58a61072d +size 10213 diff --git a/LibreOJ/3202/data/input6.txt b/LibreOJ/3202/data/input6.txt new file mode 100644 index 00000000..93f30d21 --- /dev/null +++ b/LibreOJ/3202/data/input6.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459eca1721ecb429a7483a9c5de2365dba04cfe692c1e0a000ab8680f9e6d0ac +size 10213 diff --git a/LibreOJ/3202/data/input7.txt b/LibreOJ/3202/data/input7.txt new file mode 100644 index 00000000..d8e64bbe --- /dev/null +++ b/LibreOJ/3202/data/input7.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d4ffdcbea3b80d845862b28bbe215d17222fe671cfba26b18fb987ee85bae3 +size 10213 diff --git a/LibreOJ/3202/data/input8.txt b/LibreOJ/3202/data/input8.txt new file mode 100644 index 00000000..d1d26a0b --- /dev/null +++ b/LibreOJ/3202/data/input8.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740052263166c576f0dc8c33b01cdbcf0b816d33ad188fabee98c3e2f6cc2068 +size 10213 diff --git a/LibreOJ/3202/data/input9.txt b/LibreOJ/3202/data/input9.txt new file mode 100644 index 00000000..5317126e --- /dev/null +++ b/LibreOJ/3202/data/input9.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afbed95d59391409eb2e3a659b006f693eea5592c9e49a91759d0a5584f9438 +size 10213 diff --git a/LibreOJ/3202/data/output0.txt b/LibreOJ/3202/data/output0.txt new file mode 100644 index 00000000..56d7dd00 --- /dev/null +++ b/LibreOJ/3202/data/output0.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14b4987904bcb5814e4459a057ed4d20f58a633152288a761214dcd28780b56 +size 3 diff --git a/LibreOJ/3202/data/output1.txt b/LibreOJ/3202/data/output1.txt new file mode 100644 index 00000000..dae0d8a5 --- /dev/null +++ b/LibreOJ/3202/data/output1.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07781d81357a42e23befb8789d428c9ee94fdbb5882849dad53dc042fa5cc927 +size 5 diff --git a/LibreOJ/3202/data/output10.txt b/LibreOJ/3202/data/output10.txt new file mode 100644 index 00000000..6146a6fe --- /dev/null +++ b/LibreOJ/3202/data/output10.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea243e5457028e97f9bc93b37a72f8e80ea61ae081911bb037765590ee6aa435 +size 3 diff --git a/LibreOJ/3202/data/output11.txt b/LibreOJ/3202/data/output11.txt new file mode 100644 index 00000000..60f093fb --- /dev/null +++ b/LibreOJ/3202/data/output11.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9742eb8ee320e006666aef25ae9aeed948247f3125c9cafa7cf97b7e7467dd5 +size 3 diff --git a/LibreOJ/3202/data/output12.txt b/LibreOJ/3202/data/output12.txt new file mode 100644 index 00000000..3d7172ee --- /dev/null +++ b/LibreOJ/3202/data/output12.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9daf4d26aaca52fbaf5206520a93b57476ef82d959fa4fba3a8ed8519a7b8f0 +size 5 diff --git a/LibreOJ/3202/data/output13.txt b/LibreOJ/3202/data/output13.txt new file mode 100644 index 00000000..b50967cc --- /dev/null +++ b/LibreOJ/3202/data/output13.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141e7c8c2f3fc259309583c38dcfd3dd04bd2bb4f0631ee8a2bbf0dea8ba5fb2 +size 5 diff --git a/LibreOJ/3202/data/output14.txt b/LibreOJ/3202/data/output14.txt new file mode 100644 index 00000000..148dccdb --- /dev/null +++ b/LibreOJ/3202/data/output14.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc2870d3cba096503d167b815008d51e4496f73664c271d018c7b42ef496051 +size 5 diff --git a/LibreOJ/3202/data/output15.txt b/LibreOJ/3202/data/output15.txt new file mode 100644 index 00000000..27b4cfec --- /dev/null +++ b/LibreOJ/3202/data/output15.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743c7850cccfba5e53a9002663ec1ddd1079315a98bdbfdde10e6044f56abefe +size 4 diff --git a/LibreOJ/3202/data/output16.txt b/LibreOJ/3202/data/output16.txt new file mode 100644 index 00000000..60f093fb --- /dev/null +++ b/LibreOJ/3202/data/output16.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9742eb8ee320e006666aef25ae9aeed948247f3125c9cafa7cf97b7e7467dd5 +size 3 diff --git a/LibreOJ/3202/data/output17.txt b/LibreOJ/3202/data/output17.txt new file mode 100644 index 00000000..a07a04d5 --- /dev/null +++ b/LibreOJ/3202/data/output17.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876e13f4e07bb39705302c01f445ffd2d2c3b180a207e4d959d6b671c67da09b +size 6 diff --git a/LibreOJ/3202/data/output18.txt b/LibreOJ/3202/data/output18.txt new file mode 100644 index 00000000..3bf4375e --- /dev/null +++ b/LibreOJ/3202/data/output18.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09abbb01e1cb2d2678398868ac4a6a765c64e0d68cf68fc52afeab61a8b0f737 +size 5 diff --git a/LibreOJ/3202/data/output19.txt b/LibreOJ/3202/data/output19.txt new file mode 100644 index 00000000..46ef18f7 --- /dev/null +++ b/LibreOJ/3202/data/output19.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81101ce414e092325bb3e95e38209b8662748f1fc5d3ed962149498e56812ce9 +size 5 diff --git a/LibreOJ/3202/data/output2.txt b/LibreOJ/3202/data/output2.txt new file mode 100644 index 00000000..d76a596d --- /dev/null +++ b/LibreOJ/3202/data/output2.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b5c2c2211c8d67ed15e75e656c7862d086e9245420892a7de62cd9ec582a06 +size 2 diff --git a/LibreOJ/3202/data/output20.txt b/LibreOJ/3202/data/output20.txt new file mode 100644 index 00000000..88c382f1 --- /dev/null +++ b/LibreOJ/3202/data/output20.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66866e80ba3fd692e258edeb35d35470d9d63b5d0872f436771ac77c9b06bc36 +size 5 diff --git a/LibreOJ/3202/data/output21.txt b/LibreOJ/3202/data/output21.txt new file mode 100644 index 00000000..88953db3 --- /dev/null +++ b/LibreOJ/3202/data/output21.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e55092af0746630c98d1b2e0d960617c33f8ea7b55739fd18cb7cd5342a28ca +size 3 diff --git a/LibreOJ/3202/data/output22.txt b/LibreOJ/3202/data/output22.txt new file mode 100644 index 00000000..688c62f5 --- /dev/null +++ b/LibreOJ/3202/data/output22.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb13a4f68ba166b4f9143bdea5074774fe58099107516c75e5698dbc011b14e +size 7 diff --git a/LibreOJ/3202/data/output23.txt b/LibreOJ/3202/data/output23.txt new file mode 100644 index 00000000..9b497615 --- /dev/null +++ b/LibreOJ/3202/data/output23.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8eea956d0ea50d6442fdab213326f75bb6f584268b0795ad452faa85db5f9d +size 4 diff --git a/LibreOJ/3202/data/output24.txt b/LibreOJ/3202/data/output24.txt new file mode 100644 index 00000000..e421ea61 --- /dev/null +++ b/LibreOJ/3202/data/output24.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdfd239bccaf57f26017a0bf68d8fae9c6c37e9f93e0c2b8c479cb96588db21 +size 5 diff --git a/LibreOJ/3202/data/output25.txt b/LibreOJ/3202/data/output25.txt new file mode 100644 index 00000000..eaac2789 --- /dev/null +++ b/LibreOJ/3202/data/output25.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a493b40fb098067da902804a322dea2f619106ea665e4f6a9ee1d1fed204e8e3 +size 4 diff --git a/LibreOJ/3202/data/output26.txt b/LibreOJ/3202/data/output26.txt new file mode 100644 index 00000000..2849cb0e --- /dev/null +++ b/LibreOJ/3202/data/output26.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11e6079110680dbfcebe02b69f00171df4e71bdd97ff8b23599db0038721eff +size 4 diff --git a/LibreOJ/3202/data/output27.txt b/LibreOJ/3202/data/output27.txt new file mode 100644 index 00000000..04d0ca2e --- /dev/null +++ b/LibreOJ/3202/data/output27.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e3785f8cb8c9f05b80dd5ee40ec4352f9137330a51e673753ff4706d98f20a +size 7 diff --git a/LibreOJ/3202/data/output28.txt b/LibreOJ/3202/data/output28.txt new file mode 100644 index 00000000..65c60a1f --- /dev/null +++ b/LibreOJ/3202/data/output28.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35dfbc39c0d006804751071a053121ab84ad9dff3e0e00fa05ce38ac9ceef1a +size 7 diff --git a/LibreOJ/3202/data/output29.txt b/LibreOJ/3202/data/output29.txt new file mode 100644 index 00000000..fbd71876 --- /dev/null +++ b/LibreOJ/3202/data/output29.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf80d46a886dc74f3f30a56c222bcdc6570dc0e4cee6113dc054f983949a2e1f +size 6 diff --git a/LibreOJ/3202/data/output3.txt b/LibreOJ/3202/data/output3.txt new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/3202/data/output3.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/3202/data/output30.txt b/LibreOJ/3202/data/output30.txt new file mode 100644 index 00000000..7c0948a4 --- /dev/null +++ b/LibreOJ/3202/data/output30.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d631dbc1a2e1f561cc47c1055ec9f4e6cc3224a9c643cedab6e6497b8439d46 +size 5 diff --git a/LibreOJ/3202/data/output31.txt b/LibreOJ/3202/data/output31.txt new file mode 100644 index 00000000..616e0739 --- /dev/null +++ b/LibreOJ/3202/data/output31.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea77d81ddb334afc32e632cacb7c300a0c1afc4d6bee60c09e781cf111351d9d +size 5 diff --git a/LibreOJ/3202/data/output32.txt b/LibreOJ/3202/data/output32.txt new file mode 100644 index 00000000..1d7254ac --- /dev/null +++ b/LibreOJ/3202/data/output32.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2795dfce1a5189ce03123a72a11bd8fdb98fd282aa25ebee55e25c72dc1a7a +size 7 diff --git a/LibreOJ/3202/data/output33.txt b/LibreOJ/3202/data/output33.txt new file mode 100644 index 00000000..148e7b05 --- /dev/null +++ b/LibreOJ/3202/data/output33.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ea6d16bdd9ed3c33142db0d9789930d67e1ccdb95c5b9cc0011393e302782d +size 7 diff --git a/LibreOJ/3202/data/output34.txt b/LibreOJ/3202/data/output34.txt new file mode 100644 index 00000000..f9ea9bd4 --- /dev/null +++ b/LibreOJ/3202/data/output34.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f0feb17889a8c008b86c1cf94d6f3a5fa3d8ff2c8669c308774b5cacf23888 +size 6 diff --git a/LibreOJ/3202/data/output35.txt b/LibreOJ/3202/data/output35.txt new file mode 100644 index 00000000..6925ea85 --- /dev/null +++ b/LibreOJ/3202/data/output35.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136c9bedbe57450bcadf264136853839c356216739aa9883bed44aebb574d19f +size 6 diff --git a/LibreOJ/3202/data/output36.txt b/LibreOJ/3202/data/output36.txt new file mode 100644 index 00000000..17107bc4 --- /dev/null +++ b/LibreOJ/3202/data/output36.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cff9ae259d118f8f5e0351ae37c615d2c893e26639eec89f5c587865fa576f +size 5 diff --git a/LibreOJ/3202/data/output4.txt b/LibreOJ/3202/data/output4.txt new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/3202/data/output4.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/3202/data/output5.txt b/LibreOJ/3202/data/output5.txt new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/3202/data/output5.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/3202/data/output6.txt b/LibreOJ/3202/data/output6.txt new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/3202/data/output6.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/3202/data/output7.txt b/LibreOJ/3202/data/output7.txt new file mode 100644 index 00000000..d7296bb4 --- /dev/null +++ b/LibreOJ/3202/data/output7.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968072d43b778e6ed1f42de5c76ff64347ef30c412a6e99a470589f1b019e811 +size 5 diff --git a/LibreOJ/3202/data/output8.txt b/LibreOJ/3202/data/output8.txt new file mode 100644 index 00000000..8c48869a --- /dev/null +++ b/LibreOJ/3202/data/output8.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d622e9856b32cac99156716290d347d0feef3d29ecb2160e3c786bc5a6cd08 +size 4 diff --git a/LibreOJ/3202/data/output9.txt b/LibreOJ/3202/data/output9.txt new file mode 100644 index 00000000..007286c6 --- /dev/null +++ b/LibreOJ/3202/data/output9.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62e6489fcc4bc58be7cb23e74d25cbfcc3732c1f70e8c37f12a756d1db9381 +size 3