From 9619e988176d9cd12f64961785ddcb51e85f1cfa Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 12 Aug 2022 08:21:41 +0800 Subject: [PATCH] =?UTF-8?q?#1462.=20SpireRound#1=20=E7=BA=A2=E8=A3=A4?= =?UTF-8?q?=E8=A1=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://sjzezoj.com/submission/54829 --- S2OJ/1462/1462.cpp | 86 +++++++++++++++++++++++++++++++++++++ S2OJ/1462/data/download.zip | 3 ++ S2OJ/1462/data/ex_red1.in | 3 ++ S2OJ/1462/data/ex_red1.out | 3 ++ S2OJ/1462/data/ex_red2.in | 3 ++ S2OJ/1462/data/ex_red2.out | 3 ++ S2OJ/1462/data/problem.conf | 3 ++ S2OJ/1462/data/red1.in | 3 ++ S2OJ/1462/data/red1.out | 3 ++ S2OJ/1462/data/red10.in | 3 ++ S2OJ/1462/data/red10.out | 3 ++ S2OJ/1462/data/red11.in | 3 ++ S2OJ/1462/data/red11.out | 3 ++ S2OJ/1462/data/red12.in | 3 ++ S2OJ/1462/data/red12.out | 3 ++ S2OJ/1462/data/red13.in | 3 ++ S2OJ/1462/data/red13.out | 3 ++ S2OJ/1462/data/red14.in | 3 ++ S2OJ/1462/data/red14.out | 3 ++ S2OJ/1462/data/red15.in | 3 ++ S2OJ/1462/data/red15.out | 3 ++ S2OJ/1462/data/red16.in | 3 ++ S2OJ/1462/data/red16.out | 3 ++ S2OJ/1462/data/red17.in | 3 ++ S2OJ/1462/data/red17.out | 3 ++ S2OJ/1462/data/red18.in | 3 ++ S2OJ/1462/data/red18.out | 3 ++ S2OJ/1462/data/red19.in | 3 ++ S2OJ/1462/data/red19.out | 3 ++ S2OJ/1462/data/red2.in | 3 ++ S2OJ/1462/data/red2.out | 3 ++ S2OJ/1462/data/red20.in | 3 ++ S2OJ/1462/data/red20.out | 3 ++ S2OJ/1462/data/red3.in | 3 ++ S2OJ/1462/data/red3.out | 3 ++ S2OJ/1462/data/red4.in | 3 ++ S2OJ/1462/data/red4.out | 3 ++ S2OJ/1462/data/red5.in | 3 ++ S2OJ/1462/data/red5.out | 3 ++ S2OJ/1462/data/red6.in | 3 ++ S2OJ/1462/data/red6.out | 3 ++ S2OJ/1462/data/red7.in | 3 ++ S2OJ/1462/data/red7.out | 3 ++ S2OJ/1462/data/red8.in | 3 ++ S2OJ/1462/data/red8.out | 3 ++ S2OJ/1462/data/red9.in | 3 ++ S2OJ/1462/data/red9.out | 3 ++ 47 files changed, 224 insertions(+) create mode 100644 S2OJ/1462/1462.cpp create mode 100644 S2OJ/1462/data/download.zip create mode 100644 S2OJ/1462/data/ex_red1.in create mode 100644 S2OJ/1462/data/ex_red1.out create mode 100644 S2OJ/1462/data/ex_red2.in create mode 100644 S2OJ/1462/data/ex_red2.out create mode 100644 S2OJ/1462/data/problem.conf create mode 100644 S2OJ/1462/data/red1.in create mode 100644 S2OJ/1462/data/red1.out create mode 100644 S2OJ/1462/data/red10.in create mode 100644 S2OJ/1462/data/red10.out create mode 100644 S2OJ/1462/data/red11.in create mode 100644 S2OJ/1462/data/red11.out create mode 100644 S2OJ/1462/data/red12.in create mode 100644 S2OJ/1462/data/red12.out create mode 100644 S2OJ/1462/data/red13.in create mode 100644 S2OJ/1462/data/red13.out create mode 100644 S2OJ/1462/data/red14.in create mode 100644 S2OJ/1462/data/red14.out create mode 100644 S2OJ/1462/data/red15.in create mode 100644 S2OJ/1462/data/red15.out create mode 100644 S2OJ/1462/data/red16.in create mode 100644 S2OJ/1462/data/red16.out create mode 100644 S2OJ/1462/data/red17.in create mode 100644 S2OJ/1462/data/red17.out create mode 100644 S2OJ/1462/data/red18.in create mode 100644 S2OJ/1462/data/red18.out create mode 100644 S2OJ/1462/data/red19.in create mode 100644 S2OJ/1462/data/red19.out create mode 100644 S2OJ/1462/data/red2.in create mode 100644 S2OJ/1462/data/red2.out create mode 100644 S2OJ/1462/data/red20.in create mode 100644 S2OJ/1462/data/red20.out create mode 100644 S2OJ/1462/data/red3.in create mode 100644 S2OJ/1462/data/red3.out create mode 100644 S2OJ/1462/data/red4.in create mode 100644 S2OJ/1462/data/red4.out create mode 100644 S2OJ/1462/data/red5.in create mode 100644 S2OJ/1462/data/red5.out create mode 100644 S2OJ/1462/data/red6.in create mode 100644 S2OJ/1462/data/red6.out create mode 100644 S2OJ/1462/data/red7.in create mode 100644 S2OJ/1462/data/red7.out create mode 100644 S2OJ/1462/data/red8.in create mode 100644 S2OJ/1462/data/red8.out create mode 100644 S2OJ/1462/data/red9.in create mode 100644 S2OJ/1462/data/red9.out diff --git a/S2OJ/1462/1462.cpp b/S2OJ/1462/1462.cpp new file mode 100644 index 00000000..5b2ad326 --- /dev/null +++ b/S2OJ/1462/1462.cpp @@ -0,0 +1,86 @@ +#include +#include +#include + +using std::cin; +using std::cout; +const char endl = '\n'; + +const int N = 3e5 + 5; + +int t, n, a[N], d[N], cnt[N], f[N][35], g[N]; + +int calc(int l, int r) { + if (d[l] == 0) return 1; + + std::for_each(f + l, f + r + 1, [](int *it) { std::fill_n(it, 35, -1); }); + f[l][cnt[l]] = l - 1; + + for (int i = l + 1; i <= r; i++) { + f[i][cnt[i]] = i - 1; + + for (int j = cnt[i] + 1; j <= 32; j++) { + if (f[f[i][j - 1]][j - 1] == -1) break; + + f[i][j] = f[f[i][j - 1]][j - 1]; + + if (f[i][j] < l) break; + } + } + + std::fill(g + l, g + r + 1, std::numeric_limits::max()); + g[l - 1] = 0; + + for (int i = l; i <= r; i++) { + for (int j = 0; j <= 32; j++) { + if (~f[i][j]) { + g[i] = std::min(g[i], g[f[i][j]] + 1); + } + } + } + + return g[r]; +} + +int main() { + std::ios::sync_with_stdio(false); + cin.tie(nullptr); + + cin >> t; + + while (t--) { + cin >> n; + + for (int i = 1; i <= n; i++) { + cin >> a[i]; + } + + for (int i = 1; i < n; i++) { + d[i] = a[i + 1] - a[i]; + } + + for (int i = 1; i < n; i++) { + cnt[i] = 0; + + while (d[i] && !(d[i] & 1)) { + cnt[i]++; + d[i] >>= 1; + } + } + + int lst = 1, ans = 0; + + for (int i = 1; i < n - 1; i++) { + if (d[i] != d[i + 1]) { + ans += calc(lst, i); + lst = i + 1; + } + } + + ans += calc(lst, n - 1); + + cout << ans + 1 << endl; + } + + return 0; +} diff --git a/S2OJ/1462/data/download.zip b/S2OJ/1462/data/download.zip new file mode 100644 index 00000000..56a4d413 --- /dev/null +++ b/S2OJ/1462/data/download.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad53e1029e1861c03f7e05ee9aaaf16302fface480c5676738ac611de289ef7a +size 400607 diff --git a/S2OJ/1462/data/ex_red1.in b/S2OJ/1462/data/ex_red1.in new file mode 100644 index 00000000..2c5ebee0 --- /dev/null +++ b/S2OJ/1462/data/ex_red1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceff87b91732d1bd3f81f223d55267b194d096819194180eec8c569632f94524 +size 39 diff --git a/S2OJ/1462/data/ex_red1.out b/S2OJ/1462/data/ex_red1.out new file mode 100644 index 00000000..c74c8051 --- /dev/null +++ b/S2OJ/1462/data/ex_red1.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37b33a02fce3c752b526f3309b853a5c3e7827e0930202624d8e4ac2dcc1c9a +size 6 diff --git a/S2OJ/1462/data/ex_red2.in b/S2OJ/1462/data/ex_red2.in new file mode 100644 index 00000000..fd8d84ad --- /dev/null +++ b/S2OJ/1462/data/ex_red2.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884c27337b0e9c7f34ede479e5a734b4db8672686e53a770d5932dcc3ddffa8b +size 3000411 diff --git a/S2OJ/1462/data/ex_red2.out b/S2OJ/1462/data/ex_red2.out new file mode 100644 index 00000000..25a0c7e2 --- /dev/null +++ b/S2OJ/1462/data/ex_red2.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad25143f4c32da5f97351011da53df7ee2d80a2f70fc542befb7af19e4675d6 +size 307 diff --git a/S2OJ/1462/data/problem.conf b/S2OJ/1462/data/problem.conf new file mode 100644 index 00000000..b91958f8 --- /dev/null +++ b/S2OJ/1462/data/problem.conf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28c5a2a5c2be935c861f61f5246ed9d2374543eabf99f3c3d9fa3b1779d1b4a +size 191 diff --git a/S2OJ/1462/data/red1.in b/S2OJ/1462/data/red1.in new file mode 100644 index 00000000..735fd801 --- /dev/null +++ b/S2OJ/1462/data/red1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d71e6ecbb2a272d0341e2b2692c4dd8f6dfd3320a2e86f9afae40f6da3e2be +size 4171 diff --git a/S2OJ/1462/data/red1.out b/S2OJ/1462/data/red1.out new file mode 100644 index 00000000..7c0f8718 --- /dev/null +++ b/S2OJ/1462/data/red1.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e12e466071c65d55aed1e18008ca7fc60ea7a44169221d32900d7a4ddcd50f5 +size 72 diff --git a/S2OJ/1462/data/red10.in b/S2OJ/1462/data/red10.in new file mode 100644 index 00000000..beeed825 --- /dev/null +++ b/S2OJ/1462/data/red10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d3dc09fa57c5c8b038f7a4a6d4a86f688247b4ab3f1795ae2f2f14998652f3 +size 8806 diff --git a/S2OJ/1462/data/red10.out b/S2OJ/1462/data/red10.out new file mode 100644 index 00000000..e6d79f13 --- /dev/null +++ b/S2OJ/1462/data/red10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b993eab4a1d83eb7ce84e5ab61c9529ade505a2d672786e0d137b800890de5 +size 12 diff --git a/S2OJ/1462/data/red11.in b/S2OJ/1462/data/red11.in new file mode 100644 index 00000000..ba845994 --- /dev/null +++ b/S2OJ/1462/data/red11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22175a08f8ca92e3d9227cb328124f580d2781e64ae19c0e4ff5d69c9d56d15e +size 9167 diff --git a/S2OJ/1462/data/red11.out b/S2OJ/1462/data/red11.out new file mode 100644 index 00000000..2f80cb71 --- /dev/null +++ b/S2OJ/1462/data/red11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a17e325dc273805b78928f77dbfd378a79f76ecdf8fd57ae2cac4b3d1a4dc7e +size 12 diff --git a/S2OJ/1462/data/red12.in b/S2OJ/1462/data/red12.in new file mode 100644 index 00000000..1dccd490 --- /dev/null +++ b/S2OJ/1462/data/red12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306fe9e13fce8a49bf4e5d4692783a33f109d581e890e3944ae70e882f550545 +size 9061 diff --git a/S2OJ/1462/data/red12.out b/S2OJ/1462/data/red12.out new file mode 100644 index 00000000..5d8ef2b4 --- /dev/null +++ b/S2OJ/1462/data/red12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57805d0207191402a317f15d8c5def06df764c7d660a72991af3704174aa2e28 +size 12 diff --git a/S2OJ/1462/data/red13.in b/S2OJ/1462/data/red13.in new file mode 100644 index 00000000..39db30c8 --- /dev/null +++ b/S2OJ/1462/data/red13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd042c8598cfc69c45bc9ab8d2511d8c8e0ec0d06304e1a87074b60d078cece +size 98078 diff --git a/S2OJ/1462/data/red13.out b/S2OJ/1462/data/red13.out new file mode 100644 index 00000000..119ab62d --- /dev/null +++ b/S2OJ/1462/data/red13.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1db818c4cbd38c0ecf04db86cfdf33cc8762ac8859db947e27df8256e4ae5e +size 15 diff --git a/S2OJ/1462/data/red14.in b/S2OJ/1462/data/red14.in new file mode 100644 index 00000000..d94f5f28 --- /dev/null +++ b/S2OJ/1462/data/red14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2232264566f41b4508a01e89ab3efd14e456072c129aa98d20ae0682d64479 +size 97949 diff --git a/S2OJ/1462/data/red14.out b/S2OJ/1462/data/red14.out new file mode 100644 index 00000000..bffdbb71 --- /dev/null +++ b/S2OJ/1462/data/red14.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a146180fe6a5d63687463d07759df8a0baa5c0037e1b34f05730273519a6399b +size 16 diff --git a/S2OJ/1462/data/red15.in b/S2OJ/1462/data/red15.in new file mode 100644 index 00000000..6f494a18 --- /dev/null +++ b/S2OJ/1462/data/red15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0282124d1e0c1bcfa900e8f43f61afc43804f5c9499641f4d36e316b2df0ec +size 96576 diff --git a/S2OJ/1462/data/red15.out b/S2OJ/1462/data/red15.out new file mode 100644 index 00000000..be45f6bf --- /dev/null +++ b/S2OJ/1462/data/red15.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8981b6aa2adb0e5b9ae1bcf7c8ba28ecc8ec800244ae67c60f7327e0d9f37a8 +size 16 diff --git a/S2OJ/1462/data/red16.in b/S2OJ/1462/data/red16.in new file mode 100644 index 00000000..b9f7154b --- /dev/null +++ b/S2OJ/1462/data/red16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74be725e35d6374e4e6b39fae3034cde145507401a88f04d828df5ca715659d5 +size 105859 diff --git a/S2OJ/1462/data/red16.out b/S2OJ/1462/data/red16.out new file mode 100644 index 00000000..ef7a91b5 --- /dev/null +++ b/S2OJ/1462/data/red16.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32a00997b373069f0d0ad31f8526905d0a3c7d3e0057c431fea4bba0b5d421 +size 16 diff --git a/S2OJ/1462/data/red17.in b/S2OJ/1462/data/red17.in new file mode 100644 index 00000000..9cdc07fb --- /dev/null +++ b/S2OJ/1462/data/red17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4ef1b2a33d91bb022b5413425691ccf8a0cb6b19785392e0416c52aca5b15c +size 3167597 diff --git a/S2OJ/1462/data/red17.out b/S2OJ/1462/data/red17.out new file mode 100644 index 00000000..10e78454 --- /dev/null +++ b/S2OJ/1462/data/red17.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9314a20634bccc78f3024bc6ffd9e8883e65b4d198818f8bad5363bd81be2e81 +size 2005 diff --git a/S2OJ/1462/data/red18.in b/S2OJ/1462/data/red18.in new file mode 100644 index 00000000..70185369 --- /dev/null +++ b/S2OJ/1462/data/red18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4658812e11b74584b73b2671115d2251d72b8abf86f2cfff6bbe1e7c62618abd +size 2973688 diff --git a/S2OJ/1462/data/red18.out b/S2OJ/1462/data/red18.out new file mode 100644 index 00000000..8bbdb9f6 --- /dev/null +++ b/S2OJ/1462/data/red18.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0595b0a3d27b49e86a3640ceea6bd8e7e4e6df508316ec185b795eedf491417a +size 2005 diff --git a/S2OJ/1462/data/red19.in b/S2OJ/1462/data/red19.in new file mode 100644 index 00000000..cbf4c4dc --- /dev/null +++ b/S2OJ/1462/data/red19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778f71393dd759e8f27e04b3ae9355698e378f1e07a63ea59d4a1e0795bf8ca9 +size 3163164 diff --git a/S2OJ/1462/data/red19.out b/S2OJ/1462/data/red19.out new file mode 100644 index 00000000..dd69950b --- /dev/null +++ b/S2OJ/1462/data/red19.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015a7f6e90937438dc4c3fdc393d4f3ce89ee7cd83a75714cb7ada8290505f61 +size 2005 diff --git a/S2OJ/1462/data/red2.in b/S2OJ/1462/data/red2.in new file mode 100644 index 00000000..03d09100 --- /dev/null +++ b/S2OJ/1462/data/red2.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673c51c4bd6ff41eb052b8ae4fd73055739d4502c3a86383d3c911bee217e446 +size 4115 diff --git a/S2OJ/1462/data/red2.out b/S2OJ/1462/data/red2.out new file mode 100644 index 00000000..fcef513e --- /dev/null +++ b/S2OJ/1462/data/red2.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18bbfea3412deda05fc4cee33f47069879d2ed545bb9e45fcbb2d1e1c281a99 +size 68 diff --git a/S2OJ/1462/data/red20.in b/S2OJ/1462/data/red20.in new file mode 100644 index 00000000..b0360cb9 --- /dev/null +++ b/S2OJ/1462/data/red20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3b6acd5a0ca4a7162c9fbbf2b36157758a698f54e7ba7c328896f5bf3e6a18 +size 3600009 diff --git a/S2OJ/1462/data/red20.out b/S2OJ/1462/data/red20.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/S2OJ/1462/data/red20.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/S2OJ/1462/data/red3.in b/S2OJ/1462/data/red3.in new file mode 100644 index 00000000..9b1bc996 --- /dev/null +++ b/S2OJ/1462/data/red3.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9175601b98d5bd4e3311b9fdb37a83880336b332c1eaee22aee61ea456b324 +size 4089 diff --git a/S2OJ/1462/data/red3.out b/S2OJ/1462/data/red3.out new file mode 100644 index 00000000..b3055544 --- /dev/null +++ b/S2OJ/1462/data/red3.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5691d348386855715f7942a0708d4a8372b9154cdfe035f07f13ecf471194a92 +size 70 diff --git a/S2OJ/1462/data/red4.in b/S2OJ/1462/data/red4.in new file mode 100644 index 00000000..ae936125 --- /dev/null +++ b/S2OJ/1462/data/red4.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92206cfe78e85b1b5e8a98e3f6e6b235cae0a464303b47c75765b744d0d664a8 +size 1877806 diff --git a/S2OJ/1462/data/red4.out b/S2OJ/1462/data/red4.out new file mode 100644 index 00000000..40123b72 --- /dev/null +++ b/S2OJ/1462/data/red4.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbb0b2ac804980a5859eb68448265e2a705929a3ac2ca27d57b56001b7fbf8b +size 5 diff --git a/S2OJ/1462/data/red5.in b/S2OJ/1462/data/red5.in new file mode 100644 index 00000000..c794dacd --- /dev/null +++ b/S2OJ/1462/data/red5.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ab7216c850ad173dc3d168f6b7432ca7bf8e308d0d139d0c47dec35c1457aa +size 1877806 diff --git a/S2OJ/1462/data/red5.out b/S2OJ/1462/data/red5.out new file mode 100644 index 00000000..3347d01a --- /dev/null +++ b/S2OJ/1462/data/red5.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a05b5b82ffb534f83382232648b71ac77fb86c13ecd0a8ed542fd3351205056 +size 5 diff --git a/S2OJ/1462/data/red6.in b/S2OJ/1462/data/red6.in new file mode 100644 index 00000000..2e0d5aad --- /dev/null +++ b/S2OJ/1462/data/red6.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7dcb6ba1db97eed52c3c4070caf675e4c39fa272f2907363c3e054016874c5 +size 1877806 diff --git a/S2OJ/1462/data/red6.out b/S2OJ/1462/data/red6.out new file mode 100644 index 00000000..5c5077b0 --- /dev/null +++ b/S2OJ/1462/data/red6.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfece78ba89ed6389301ca22bb17788c84a21148f5d53cd43f192f233274b588 +size 6 diff --git a/S2OJ/1462/data/red7.in b/S2OJ/1462/data/red7.in new file mode 100644 index 00000000..6c029437 --- /dev/null +++ b/S2OJ/1462/data/red7.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347681c9a1eec247cf803b8f734a27030157abfa002f69584645208bc15d8c9e +size 600016 diff --git a/S2OJ/1462/data/red7.out b/S2OJ/1462/data/red7.out new file mode 100644 index 00000000..1c9efb5c --- /dev/null +++ b/S2OJ/1462/data/red7.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c02538102fd379fdab59fc226dbc20b937f22baf1bc0aa932cb7b8eebea2508 +size 14 diff --git a/S2OJ/1462/data/red8.in b/S2OJ/1462/data/red8.in new file mode 100644 index 00000000..ceadd38d --- /dev/null +++ b/S2OJ/1462/data/red8.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a23e27526714d8000e7537b21b657db92372b585a0a93b50bf2343464ddf9de +size 600016 diff --git a/S2OJ/1462/data/red8.out b/S2OJ/1462/data/red8.out new file mode 100644 index 00000000..7bac14fc --- /dev/null +++ b/S2OJ/1462/data/red8.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea5a129f0a442b9070924f4a8373f31c13be9c08527a29d416e89a1de9a0493 +size 13 diff --git a/S2OJ/1462/data/red9.in b/S2OJ/1462/data/red9.in new file mode 100644 index 00000000..58c598d1 --- /dev/null +++ b/S2OJ/1462/data/red9.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247d603951a63f9d00ee5d84f3b4ab05635aee8dfdde618c77f40c6937380304 +size 8834 diff --git a/S2OJ/1462/data/red9.out b/S2OJ/1462/data/red9.out new file mode 100644 index 00000000..c0128dce --- /dev/null +++ b/S2OJ/1462/data/red9.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a58eec5920be9982962141c6483cb12e1b7babe3ba025c66f8d1bd5293969a +size 11