From dcc6d24eda3ae6ca730c6ad3dae8a06b89b4da3d Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 27 Oct 2022 21:31:42 +0800 Subject: [PATCH] =?UTF-8?q?#1697.=20=E3=80=902022.10.27=20=E8=81=94?= =?UTF-8?q?=E8=80=83=E3=80=91=E8=BF=9C=E5=BE=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://sjzezoj.com/submission/62260 --- S2OJ/1697/1697.cpp | 54 +++++++++++++++++++++++++++++++ S2OJ/1697/data/ex_expedition1.ans | 3 ++ S2OJ/1697/data/ex_expedition1.in | 3 ++ S2OJ/1697/data/ex_expedition2.ans | 3 ++ S2OJ/1697/data/ex_expedition2.in | 3 ++ S2OJ/1697/data/ex_expedition3.ans | 3 ++ S2OJ/1697/data/ex_expedition3.in | 3 ++ S2OJ/1697/data/expedition1.ans | 3 ++ S2OJ/1697/data/expedition1.in | 3 ++ S2OJ/1697/data/expedition10.ans | 3 ++ S2OJ/1697/data/expedition10.in | 3 ++ S2OJ/1697/data/expedition11.ans | 3 ++ S2OJ/1697/data/expedition11.in | 3 ++ S2OJ/1697/data/expedition12.ans | 3 ++ S2OJ/1697/data/expedition12.in | 3 ++ S2OJ/1697/data/expedition13.ans | 3 ++ S2OJ/1697/data/expedition13.in | 3 ++ S2OJ/1697/data/expedition14.ans | 3 ++ S2OJ/1697/data/expedition14.in | 3 ++ S2OJ/1697/data/expedition15.ans | 3 ++ S2OJ/1697/data/expedition15.in | 3 ++ S2OJ/1697/data/expedition16.ans | 3 ++ S2OJ/1697/data/expedition16.in | 3 ++ S2OJ/1697/data/expedition17.ans | 3 ++ S2OJ/1697/data/expedition17.in | 3 ++ S2OJ/1697/data/expedition18.ans | 3 ++ S2OJ/1697/data/expedition18.in | 3 ++ S2OJ/1697/data/expedition19.ans | 3 ++ S2OJ/1697/data/expedition19.in | 3 ++ S2OJ/1697/data/expedition2.ans | 3 ++ S2OJ/1697/data/expedition2.in | 3 ++ S2OJ/1697/data/expedition20.ans | 3 ++ S2OJ/1697/data/expedition20.in | 3 ++ S2OJ/1697/data/expedition21.ans | 3 ++ S2OJ/1697/data/expedition21.in | 3 ++ S2OJ/1697/data/expedition3.ans | 3 ++ S2OJ/1697/data/expedition3.in | 3 ++ S2OJ/1697/data/expedition4.ans | 3 ++ S2OJ/1697/data/expedition4.in | 3 ++ S2OJ/1697/data/expedition5.ans | 3 ++ S2OJ/1697/data/expedition5.in | 3 ++ S2OJ/1697/data/expedition6.ans | 3 ++ S2OJ/1697/data/expedition6.in | 3 ++ S2OJ/1697/data/expedition7.ans | 3 ++ S2OJ/1697/data/expedition7.in | 3 ++ S2OJ/1697/data/expedition8.ans | 3 ++ S2OJ/1697/data/expedition8.in | 3 ++ S2OJ/1697/data/expedition9.ans | 3 ++ S2OJ/1697/data/expedition9.in | 3 ++ S2OJ/1697/data/problem.conf | 3 ++ 50 files changed, 201 insertions(+) create mode 100644 S2OJ/1697/1697.cpp create mode 100644 S2OJ/1697/data/ex_expedition1.ans create mode 100644 S2OJ/1697/data/ex_expedition1.in create mode 100644 S2OJ/1697/data/ex_expedition2.ans create mode 100644 S2OJ/1697/data/ex_expedition2.in create mode 100644 S2OJ/1697/data/ex_expedition3.ans create mode 100644 S2OJ/1697/data/ex_expedition3.in create mode 100644 S2OJ/1697/data/expedition1.ans create mode 100644 S2OJ/1697/data/expedition1.in create mode 100644 S2OJ/1697/data/expedition10.ans create mode 100644 S2OJ/1697/data/expedition10.in create mode 100644 S2OJ/1697/data/expedition11.ans create mode 100644 S2OJ/1697/data/expedition11.in create mode 100644 S2OJ/1697/data/expedition12.ans create mode 100644 S2OJ/1697/data/expedition12.in create mode 100644 S2OJ/1697/data/expedition13.ans create mode 100644 S2OJ/1697/data/expedition13.in create mode 100644 S2OJ/1697/data/expedition14.ans create mode 100644 S2OJ/1697/data/expedition14.in create mode 100644 S2OJ/1697/data/expedition15.ans create mode 100644 S2OJ/1697/data/expedition15.in create mode 100644 S2OJ/1697/data/expedition16.ans create mode 100644 S2OJ/1697/data/expedition16.in create mode 100644 S2OJ/1697/data/expedition17.ans create mode 100644 S2OJ/1697/data/expedition17.in create mode 100644 S2OJ/1697/data/expedition18.ans create mode 100644 S2OJ/1697/data/expedition18.in create mode 100644 S2OJ/1697/data/expedition19.ans create mode 100644 S2OJ/1697/data/expedition19.in create mode 100644 S2OJ/1697/data/expedition2.ans create mode 100644 S2OJ/1697/data/expedition2.in create mode 100644 S2OJ/1697/data/expedition20.ans create mode 100644 S2OJ/1697/data/expedition20.in create mode 100644 S2OJ/1697/data/expedition21.ans create mode 100644 S2OJ/1697/data/expedition21.in create mode 100644 S2OJ/1697/data/expedition3.ans create mode 100644 S2OJ/1697/data/expedition3.in create mode 100644 S2OJ/1697/data/expedition4.ans create mode 100644 S2OJ/1697/data/expedition4.in create mode 100644 S2OJ/1697/data/expedition5.ans create mode 100644 S2OJ/1697/data/expedition5.in create mode 100644 S2OJ/1697/data/expedition6.ans create mode 100644 S2OJ/1697/data/expedition6.in create mode 100644 S2OJ/1697/data/expedition7.ans create mode 100644 S2OJ/1697/data/expedition7.in create mode 100644 S2OJ/1697/data/expedition8.ans create mode 100644 S2OJ/1697/data/expedition8.in create mode 100644 S2OJ/1697/data/expedition9.ans create mode 100644 S2OJ/1697/data/expedition9.in create mode 100644 S2OJ/1697/data/problem.conf diff --git a/S2OJ/1697/1697.cpp b/S2OJ/1697/1697.cpp new file mode 100644 index 00000000..1aa8df70 --- /dev/null +++ b/S2OJ/1697/1697.cpp @@ -0,0 +1,54 @@ +#include + +using std::cin; +using std::cout; +const char endl = '\n'; + +const int N = 5e4 + 5, + M = (1 << 10) + 5; + +int n, q, a[N], b[N], nxt[N][M]; +long long ans; + +int main() { + std::ios::sync_with_stdio(false); + cin.tie(nullptr); + + cin >> n; + + for (int i = 1; i <= n; i++) { + cin >> a[i]; + } + + for (int i = 1; i <= n; i++) { + cin >> b[i]; + } + + for (int i = n; i; i--) { + for (int j = 0; j < 1 << 10; j++) { + if ((j | a[i]) == j) nxt[i][j] = i; + else nxt[i][j] = nxt[i + 1][j]; + } + } + + cin >> q; + + while (q--) { + int l, r, x; + long long sum = 0; + + cin >> l >> r >> x; + + l = nxt[l][x]; + while (l && l <= r) { + sum += b[l]; + l = nxt[l][x -= a[l]]; + } + + ans ^= sum; + } + + cout << ans << endl; + + return 0; +} diff --git a/S2OJ/1697/data/ex_expedition1.ans b/S2OJ/1697/data/ex_expedition1.ans new file mode 100644 index 00000000..b2e00d63 --- /dev/null +++ b/S2OJ/1697/data/ex_expedition1.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673650f936cb3b0a2f93ce09d81be10748b1b203c19e8176b4eefc1964a0cf3a +size 3 diff --git a/S2OJ/1697/data/ex_expedition1.in b/S2OJ/1697/data/ex_expedition1.in new file mode 100644 index 00000000..ed8c86ca --- /dev/null +++ b/S2OJ/1697/data/ex_expedition1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb703e1deae37afeb77594e93b481dab300d5d55ab9a3914b1019f4d661fabc +size 43 diff --git a/S2OJ/1697/data/ex_expedition2.ans b/S2OJ/1697/data/ex_expedition2.ans new file mode 100644 index 00000000..15d32ce7 --- /dev/null +++ b/S2OJ/1697/data/ex_expedition2.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f5be60bb8bc3a026a63eddfa5fe5edd40d6a54b6bbaa6e4461c5568e49f7e +size 11 diff --git a/S2OJ/1697/data/ex_expedition2.in b/S2OJ/1697/data/ex_expedition2.in new file mode 100644 index 00000000..e2993070 --- /dev/null +++ b/S2OJ/1697/data/ex_expedition2.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5efcd03039d9c986579088a027491494e350bef3bcb06235e018cdd90bd86d +size 13913026 diff --git a/S2OJ/1697/data/ex_expedition3.ans b/S2OJ/1697/data/ex_expedition3.ans new file mode 100644 index 00000000..d3e82d67 --- /dev/null +++ b/S2OJ/1697/data/ex_expedition3.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0492485d00178c1a961ea73a50e0912376de908609158c4b40af83bf66f2499b +size 11 diff --git a/S2OJ/1697/data/ex_expedition3.in b/S2OJ/1697/data/ex_expedition3.in new file mode 100644 index 00000000..d2ccd51d --- /dev/null +++ b/S2OJ/1697/data/ex_expedition3.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19654a766f008163f780956dcb9beb9a01b180ea4bcb55cfd4abb00b45fca012 +size 15907885 diff --git a/S2OJ/1697/data/expedition1.ans b/S2OJ/1697/data/expedition1.ans new file mode 100644 index 00000000..13a8ac47 --- /dev/null +++ b/S2OJ/1697/data/expedition1.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebfe908998c1d11baa7975b605ce76615fbb083763783873cd652e814c4565d +size 11 diff --git a/S2OJ/1697/data/expedition1.in b/S2OJ/1697/data/expedition1.in new file mode 100644 index 00000000..43a2776f --- /dev/null +++ b/S2OJ/1697/data/expedition1.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c54a07b59b3b27dd57e1085adc7bafb3d1f95412e6bf3e560f36e185fa594f +size 25398 diff --git a/S2OJ/1697/data/expedition10.ans b/S2OJ/1697/data/expedition10.ans new file mode 100644 index 00000000..d31b6a79 --- /dev/null +++ b/S2OJ/1697/data/expedition10.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ddff0d436755f6e61530b591b4c561d897c5d5fbf38dbeb6c69c6ad32eeab8 +size 10 diff --git a/S2OJ/1697/data/expedition10.in b/S2OJ/1697/data/expedition10.in new file mode 100644 index 00000000..1456fc14 --- /dev/null +++ b/S2OJ/1697/data/expedition10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2291f2a40e3ca17a60631f864c0e02a42e1f1378ed0f53ee31e3fb84c47e6b5b +size 13913500 diff --git a/S2OJ/1697/data/expedition11.ans b/S2OJ/1697/data/expedition11.ans new file mode 100644 index 00000000..1c378c5d --- /dev/null +++ b/S2OJ/1697/data/expedition11.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e434446fff8b9f936e4257d55699f2cdba7c1dacb95a46ded705d03b8c3c505f +size 11 diff --git a/S2OJ/1697/data/expedition11.in b/S2OJ/1697/data/expedition11.in new file mode 100644 index 00000000..bbbe079b --- /dev/null +++ b/S2OJ/1697/data/expedition11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31da6ea1d63682189ca196e5ea1f81ef594c5fe6781d75afe2f413210f53173d +size 13913362 diff --git a/S2OJ/1697/data/expedition12.ans b/S2OJ/1697/data/expedition12.ans new file mode 100644 index 00000000..972e1ee6 --- /dev/null +++ b/S2OJ/1697/data/expedition12.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800cf4c7fa2e429e2a435a0a5ae41ea8571761eb285e4b05b375dbb017ac79b +size 11 diff --git a/S2OJ/1697/data/expedition12.in b/S2OJ/1697/data/expedition12.in new file mode 100644 index 00000000..e969b525 --- /dev/null +++ b/S2OJ/1697/data/expedition12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca058b25f2a570ad38a5eb85924df67caa191f3917f125f7ebada06f39db3721 +size 15925135 diff --git a/S2OJ/1697/data/expedition13.ans b/S2OJ/1697/data/expedition13.ans new file mode 100644 index 00000000..c3e45b4e --- /dev/null +++ b/S2OJ/1697/data/expedition13.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da82384df28258e45d18e1913cfb1b62162a46ed1bcb086155cba45f012021 +size 11 diff --git a/S2OJ/1697/data/expedition13.in b/S2OJ/1697/data/expedition13.in new file mode 100644 index 00000000..143af64a --- /dev/null +++ b/S2OJ/1697/data/expedition13.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4470c82d922c7c3a65747a1fc659cc465215594b273d12391883865330c943 +size 15925817 diff --git a/S2OJ/1697/data/expedition14.ans b/S2OJ/1697/data/expedition14.ans new file mode 100644 index 00000000..8b52c27e --- /dev/null +++ b/S2OJ/1697/data/expedition14.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1750d2a4d39e6f972ef33cd8ab342ced29444c70d79ba828778355e4ef34786a +size 11 diff --git a/S2OJ/1697/data/expedition14.in b/S2OJ/1697/data/expedition14.in new file mode 100644 index 00000000..e38c5466 --- /dev/null +++ b/S2OJ/1697/data/expedition14.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fc6b39f903f2aa5f5dfde0d4c6eb8cfbf75641d3a9f3d84c952288af1b5ea9 +size 15926365 diff --git a/S2OJ/1697/data/expedition15.ans b/S2OJ/1697/data/expedition15.ans new file mode 100644 index 00000000..4cc60868 --- /dev/null +++ b/S2OJ/1697/data/expedition15.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd637ff36c2fbfe5310c1a90b075a1776c5a00da74840fb8fa2b6025463ffec1 +size 11 diff --git a/S2OJ/1697/data/expedition15.in b/S2OJ/1697/data/expedition15.in new file mode 100644 index 00000000..6fbcaed4 --- /dev/null +++ b/S2OJ/1697/data/expedition15.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71684c6fde8d4e58964238853c2d0ac117b44b06d8f7f39bdf207e9fd36624b4 +size 15927877 diff --git a/S2OJ/1697/data/expedition16.ans b/S2OJ/1697/data/expedition16.ans new file mode 100644 index 00000000..0c5e3adb --- /dev/null +++ b/S2OJ/1697/data/expedition16.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6575d5b319cad23a8fbb17d1b647d1e26fa01cf42442ecf81ed0b9a513b99f21 +size 11 diff --git a/S2OJ/1697/data/expedition16.in b/S2OJ/1697/data/expedition16.in new file mode 100644 index 00000000..86ff9220 --- /dev/null +++ b/S2OJ/1697/data/expedition16.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9c44122efaa49183d68f62c66fd02750518e1ce868a70eb702ccc3cd8fdc9e +size 15926896 diff --git a/S2OJ/1697/data/expedition17.ans b/S2OJ/1697/data/expedition17.ans new file mode 100644 index 00000000..38ea208e --- /dev/null +++ b/S2OJ/1697/data/expedition17.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb3ec98a5db7031a54528c10f3eafeb314913a842a45ec9c1b54c51be26c84 +size 11 diff --git a/S2OJ/1697/data/expedition17.in b/S2OJ/1697/data/expedition17.in new file mode 100644 index 00000000..e98f207c --- /dev/null +++ b/S2OJ/1697/data/expedition17.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b786d1730265aabb625175b81dd641dcaebbbeb45cf84782586105ff5a3245 +size 15908801 diff --git a/S2OJ/1697/data/expedition18.ans b/S2OJ/1697/data/expedition18.ans new file mode 100644 index 00000000..d7fee505 --- /dev/null +++ b/S2OJ/1697/data/expedition18.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81185dfab537d67d60585d37d773ed54b71ac5b52d0bd1311ba81bf00fdcab6f +size 11 diff --git a/S2OJ/1697/data/expedition18.in b/S2OJ/1697/data/expedition18.in new file mode 100644 index 00000000..0b74591a --- /dev/null +++ b/S2OJ/1697/data/expedition18.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5496cf269919cee97a07cfcd529529c7481af2648e7a77faef976bf180e59874 +size 15907350 diff --git a/S2OJ/1697/data/expedition19.ans b/S2OJ/1697/data/expedition19.ans new file mode 100644 index 00000000..df4ef24c --- /dev/null +++ b/S2OJ/1697/data/expedition19.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8d52567a2c1c0dfd4858dbd7118683ad8e67df29f08ce946dd80fa89ca22f2 +size 11 diff --git a/S2OJ/1697/data/expedition19.in b/S2OJ/1697/data/expedition19.in new file mode 100644 index 00000000..a9552d82 --- /dev/null +++ b/S2OJ/1697/data/expedition19.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd709201074954db7e9873a0e0f80e01218fbc863ce1d9a0fdb256c81a66acf +size 15908603 diff --git a/S2OJ/1697/data/expedition2.ans b/S2OJ/1697/data/expedition2.ans new file mode 100644 index 00000000..fdee5183 --- /dev/null +++ b/S2OJ/1697/data/expedition2.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e7d229d853d787f21bdb0e503407dbc936f280ed8c3647921ee779faf4c62b +size 10 diff --git a/S2OJ/1697/data/expedition2.in b/S2OJ/1697/data/expedition2.in new file mode 100644 index 00000000..e5b54a15 --- /dev/null +++ b/S2OJ/1697/data/expedition2.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e69174d6a25e7f9cafb7479294f856bb6c7b10216d5ff386573996b16bb25 +size 25439 diff --git a/S2OJ/1697/data/expedition20.ans b/S2OJ/1697/data/expedition20.ans new file mode 100644 index 00000000..dc2fe3bf --- /dev/null +++ b/S2OJ/1697/data/expedition20.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34d6c10673e2b4b2c77aa3822c5f3d6c596cffb3f1228b62738b406c428893e +size 11 diff --git a/S2OJ/1697/data/expedition20.in b/S2OJ/1697/data/expedition20.in new file mode 100644 index 00000000..14fb7fe9 --- /dev/null +++ b/S2OJ/1697/data/expedition20.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1e5a645a46f968fc31c336ed86eeaefdb2614c1e7b236b4c165a33e358f833 +size 15908288 diff --git a/S2OJ/1697/data/expedition21.ans b/S2OJ/1697/data/expedition21.ans new file mode 100644 index 00000000..050aca6f --- /dev/null +++ b/S2OJ/1697/data/expedition21.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada062b9403dedcfe345d10fd5e7956f800e154c64d5a0a82b816840a657f07c +size 10 diff --git a/S2OJ/1697/data/expedition21.in b/S2OJ/1697/data/expedition21.in new file mode 100644 index 00000000..4a65e0ff --- /dev/null +++ b/S2OJ/1697/data/expedition21.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054540014e0332b3a2807c1fe29831a6385eade43a6fa8c3e5e935058718dfe3 +size 15907616 diff --git a/S2OJ/1697/data/expedition3.ans b/S2OJ/1697/data/expedition3.ans new file mode 100644 index 00000000..e8353299 --- /dev/null +++ b/S2OJ/1697/data/expedition3.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce11b4c6b336e521d96398d95232ea7be9276f6a3369f50d11a68ac0bdb815af +size 11 diff --git a/S2OJ/1697/data/expedition3.in b/S2OJ/1697/data/expedition3.in new file mode 100644 index 00000000..2ac98dcd --- /dev/null +++ b/S2OJ/1697/data/expedition3.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6542b741d24d9a0ee02158ccde9df3c3386ad051c81e49b7e93080ecc322a2 +size 25404 diff --git a/S2OJ/1697/data/expedition4.ans b/S2OJ/1697/data/expedition4.ans new file mode 100644 index 00000000..a31083d9 --- /dev/null +++ b/S2OJ/1697/data/expedition4.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af745b8eb807c6b066e9e3ea7e8d2d40ac25aa8b12a8662bbe78b8a8af77d72 +size 10 diff --git a/S2OJ/1697/data/expedition4.in b/S2OJ/1697/data/expedition4.in new file mode 100644 index 00000000..0314c9c2 --- /dev/null +++ b/S2OJ/1697/data/expedition4.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a575ac8fa2ec35486b562e3c30be25bc1c7fbbae19720d5668d1f107985330 +size 25348 diff --git a/S2OJ/1697/data/expedition5.ans b/S2OJ/1697/data/expedition5.ans new file mode 100644 index 00000000..c6a977e0 --- /dev/null +++ b/S2OJ/1697/data/expedition5.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50187b21268c5bd1c4b75117db35e93dcdef0d51640325f91ff4e4ef2acff906 +size 11 diff --git a/S2OJ/1697/data/expedition5.in b/S2OJ/1697/data/expedition5.in new file mode 100644 index 00000000..7104c050 --- /dev/null +++ b/S2OJ/1697/data/expedition5.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6a263c736093982bb4d2a0f3b96a81d7bcc25f1aa3defb11a19b1aab6e3dc9 +size 25371 diff --git a/S2OJ/1697/data/expedition6.ans b/S2OJ/1697/data/expedition6.ans new file mode 100644 index 00000000..6eb48943 --- /dev/null +++ b/S2OJ/1697/data/expedition6.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74805a6fd92752062e4529f0bb41b23fe86327d3560ef3620969aee5519ebe46 +size 10 diff --git a/S2OJ/1697/data/expedition6.in b/S2OJ/1697/data/expedition6.in new file mode 100644 index 00000000..d22c52cf --- /dev/null +++ b/S2OJ/1697/data/expedition6.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90229f3ce32f89ffa98397b9638665fa0654cdf2c464ef6a843c7209509c9e24 +size 13913680 diff --git a/S2OJ/1697/data/expedition7.ans b/S2OJ/1697/data/expedition7.ans new file mode 100644 index 00000000..f15018df --- /dev/null +++ b/S2OJ/1697/data/expedition7.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d1a5113e9272be46d362feca75065ca3fe93642f7340c8ea1e41e0c19d971a +size 11 diff --git a/S2OJ/1697/data/expedition7.in b/S2OJ/1697/data/expedition7.in new file mode 100644 index 00000000..47279004 --- /dev/null +++ b/S2OJ/1697/data/expedition7.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c300f4d0a352b87b295fe04edb7d4dbc78c4882d9698b76af6589213875fb07 +size 13912576 diff --git a/S2OJ/1697/data/expedition8.ans b/S2OJ/1697/data/expedition8.ans new file mode 100644 index 00000000..034e5940 --- /dev/null +++ b/S2OJ/1697/data/expedition8.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fb160c38a8161812639bf5dabdebb8484a11a5e326f70e582d3892fa263fb1 +size 11 diff --git a/S2OJ/1697/data/expedition8.in b/S2OJ/1697/data/expedition8.in new file mode 100644 index 00000000..e57444d9 --- /dev/null +++ b/S2OJ/1697/data/expedition8.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0759788d771f340e38dba6cee3c088f5f3ad030015f0c0ede592ee8a7cb144d +size 13913797 diff --git a/S2OJ/1697/data/expedition9.ans b/S2OJ/1697/data/expedition9.ans new file mode 100644 index 00000000..9813781f --- /dev/null +++ b/S2OJ/1697/data/expedition9.ans @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3419ae474f3fca989b95531af5d40666d1a19f54f673ce56ec73e384fab5601 +size 11 diff --git a/S2OJ/1697/data/expedition9.in b/S2OJ/1697/data/expedition9.in new file mode 100644 index 00000000..2be846d5 --- /dev/null +++ b/S2OJ/1697/data/expedition9.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40efe902daa710af81c93764a08fde34bf76cc10d0539be660344dbb7b52740 +size 13912695 diff --git a/S2OJ/1697/data/problem.conf b/S2OJ/1697/data/problem.conf new file mode 100644 index 00000000..b61bf779 --- /dev/null +++ b/S2OJ/1697/data/problem.conf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45889a9cd7caf5383b81d3139ad69c5e0bb83d8f7c55a61c541e4497125310e +size 325