From 216abf2db0307e753bf0a1e718e1ef59f2d85e8c Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 3 Jul 2022 11:45:30 +0800 Subject: [PATCH] =?UTF-8?q?#2482.=20=E3=80=8CCEOI2017=E3=80=8DMousetrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://loj.ac/s/1498277 --- LibreOJ/2482/2482.cpp | 91 ++++++++++++++++++++++++++++++++ LibreOJ/2482/data/config.yml | 3 ++ LibreOJ/2482/data/trap.01.01.in | 3 ++ LibreOJ/2482/data/trap.01.01.out | 3 ++ LibreOJ/2482/data/trap.01.02.in | 3 ++ LibreOJ/2482/data/trap.01.02.out | 3 ++ LibreOJ/2482/data/trap.01.03.in | 3 ++ LibreOJ/2482/data/trap.01.03.out | 3 ++ LibreOJ/2482/data/trap.01.04.in | 3 ++ LibreOJ/2482/data/trap.01.04.out | 3 ++ LibreOJ/2482/data/trap.01.05.in | 3 ++ LibreOJ/2482/data/trap.01.05.out | 3 ++ LibreOJ/2482/data/trap.01.06.in | 3 ++ LibreOJ/2482/data/trap.01.06.out | 3 ++ LibreOJ/2482/data/trap.01.07.in | 3 ++ LibreOJ/2482/data/trap.01.07.out | 3 ++ LibreOJ/2482/data/trap.01.08.in | 3 ++ LibreOJ/2482/data/trap.01.08.out | 3 ++ LibreOJ/2482/data/trap.01.09.in | 3 ++ LibreOJ/2482/data/trap.01.09.out | 3 ++ LibreOJ/2482/data/trap.01.10.in | 3 ++ LibreOJ/2482/data/trap.01.10.out | 3 ++ LibreOJ/2482/data/trap.02.01.in | 3 ++ LibreOJ/2482/data/trap.02.01.out | 3 ++ LibreOJ/2482/data/trap.02.02.in | 3 ++ LibreOJ/2482/data/trap.02.02.out | 3 ++ LibreOJ/2482/data/trap.02.03.in | 3 ++ LibreOJ/2482/data/trap.02.03.out | 3 ++ LibreOJ/2482/data/trap.02.04.in | 3 ++ LibreOJ/2482/data/trap.02.04.out | 3 ++ LibreOJ/2482/data/trap.02.05.in | 3 ++ LibreOJ/2482/data/trap.02.05.out | 3 ++ LibreOJ/2482/data/trap.02.06.in | 3 ++ LibreOJ/2482/data/trap.02.06.out | 3 ++ LibreOJ/2482/data/trap.03.01.in | 3 ++ LibreOJ/2482/data/trap.03.01.out | 3 ++ LibreOJ/2482/data/trap.03.02.in | 3 ++ LibreOJ/2482/data/trap.03.02.out | 3 ++ LibreOJ/2482/data/trap.03.03.in | 3 ++ LibreOJ/2482/data/trap.03.03.out | 3 ++ LibreOJ/2482/data/trap.03.04.in | 3 ++ LibreOJ/2482/data/trap.03.04.out | 3 ++ LibreOJ/2482/data/trap.03.05.in | 3 ++ LibreOJ/2482/data/trap.03.05.out | 3 ++ LibreOJ/2482/data/trap.03.06.in | 3 ++ LibreOJ/2482/data/trap.03.06.out | 3 ++ LibreOJ/2482/data/trap.03.07.in | 3 ++ LibreOJ/2482/data/trap.03.07.out | 3 ++ LibreOJ/2482/data/trap.03.08.in | 3 ++ LibreOJ/2482/data/trap.03.08.out | 3 ++ LibreOJ/2482/data/trap.03.09.in | 3 ++ LibreOJ/2482/data/trap.03.09.out | 3 ++ LibreOJ/2482/data/trap.03.10.in | 3 ++ LibreOJ/2482/data/trap.03.10.out | 3 ++ LibreOJ/2482/data/trap.03.11.in | 3 ++ LibreOJ/2482/data/trap.03.11.out | 3 ++ LibreOJ/2482/data/trap.03.12.in | 3 ++ LibreOJ/2482/data/trap.03.12.out | 3 ++ LibreOJ/2482/data/trap.04.01.in | 3 ++ LibreOJ/2482/data/trap.04.01.out | 3 ++ LibreOJ/2482/data/trap.04.02.in | 3 ++ LibreOJ/2482/data/trap.04.02.out | 3 ++ LibreOJ/2482/data/trap.04.03.in | 3 ++ LibreOJ/2482/data/trap.04.03.out | 3 ++ LibreOJ/2482/data/trap.04.04.in | 3 ++ LibreOJ/2482/data/trap.04.04.out | 3 ++ LibreOJ/2482/data/trap.04.05.in | 3 ++ LibreOJ/2482/data/trap.04.05.out | 3 ++ LibreOJ/2482/data/trap.04.06.in | 3 ++ LibreOJ/2482/data/trap.04.06.out | 3 ++ LibreOJ/2482/data/trap.04.07.in | 3 ++ LibreOJ/2482/data/trap.04.07.out | 3 ++ LibreOJ/2482/data/trap.04.08.in | 3 ++ LibreOJ/2482/data/trap.04.08.out | 3 ++ LibreOJ/2482/data/trap.04.09.in | 3 ++ LibreOJ/2482/data/trap.04.09.out | 3 ++ LibreOJ/2482/data/trap.04.10.in | 3 ++ LibreOJ/2482/data/trap.04.10.out | 3 ++ LibreOJ/2482/data/trap.04.11.in | 3 ++ LibreOJ/2482/data/trap.04.11.out | 3 ++ LibreOJ/2482/data/trap.04.12.in | 3 ++ LibreOJ/2482/data/trap.04.12.out | 3 ++ 82 files changed, 334 insertions(+) create mode 100644 LibreOJ/2482/2482.cpp create mode 100644 LibreOJ/2482/data/config.yml create mode 100644 LibreOJ/2482/data/trap.01.01.in create mode 100644 LibreOJ/2482/data/trap.01.01.out create mode 100644 LibreOJ/2482/data/trap.01.02.in create mode 100644 LibreOJ/2482/data/trap.01.02.out create mode 100644 LibreOJ/2482/data/trap.01.03.in create mode 100644 LibreOJ/2482/data/trap.01.03.out create mode 100644 LibreOJ/2482/data/trap.01.04.in create mode 100644 LibreOJ/2482/data/trap.01.04.out create mode 100644 LibreOJ/2482/data/trap.01.05.in create mode 100644 LibreOJ/2482/data/trap.01.05.out create mode 100644 LibreOJ/2482/data/trap.01.06.in create mode 100644 LibreOJ/2482/data/trap.01.06.out create mode 100644 LibreOJ/2482/data/trap.01.07.in create mode 100644 LibreOJ/2482/data/trap.01.07.out create mode 100644 LibreOJ/2482/data/trap.01.08.in create mode 100644 LibreOJ/2482/data/trap.01.08.out create mode 100644 LibreOJ/2482/data/trap.01.09.in create mode 100644 LibreOJ/2482/data/trap.01.09.out create mode 100644 LibreOJ/2482/data/trap.01.10.in create mode 100644 LibreOJ/2482/data/trap.01.10.out create mode 100644 LibreOJ/2482/data/trap.02.01.in create mode 100644 LibreOJ/2482/data/trap.02.01.out create mode 100644 LibreOJ/2482/data/trap.02.02.in create mode 100644 LibreOJ/2482/data/trap.02.02.out create mode 100644 LibreOJ/2482/data/trap.02.03.in create mode 100644 LibreOJ/2482/data/trap.02.03.out create mode 100644 LibreOJ/2482/data/trap.02.04.in create mode 100644 LibreOJ/2482/data/trap.02.04.out create mode 100644 LibreOJ/2482/data/trap.02.05.in create mode 100644 LibreOJ/2482/data/trap.02.05.out create mode 100644 LibreOJ/2482/data/trap.02.06.in create mode 100644 LibreOJ/2482/data/trap.02.06.out create mode 100644 LibreOJ/2482/data/trap.03.01.in create mode 100644 LibreOJ/2482/data/trap.03.01.out create mode 100644 LibreOJ/2482/data/trap.03.02.in create mode 100644 LibreOJ/2482/data/trap.03.02.out create mode 100644 LibreOJ/2482/data/trap.03.03.in create mode 100644 LibreOJ/2482/data/trap.03.03.out create mode 100644 LibreOJ/2482/data/trap.03.04.in create mode 100644 LibreOJ/2482/data/trap.03.04.out create mode 100644 LibreOJ/2482/data/trap.03.05.in create mode 100644 LibreOJ/2482/data/trap.03.05.out create mode 100644 LibreOJ/2482/data/trap.03.06.in create mode 100644 LibreOJ/2482/data/trap.03.06.out create mode 100644 LibreOJ/2482/data/trap.03.07.in create mode 100644 LibreOJ/2482/data/trap.03.07.out create mode 100644 LibreOJ/2482/data/trap.03.08.in create mode 100644 LibreOJ/2482/data/trap.03.08.out create mode 100644 LibreOJ/2482/data/trap.03.09.in create mode 100644 LibreOJ/2482/data/trap.03.09.out create mode 100644 LibreOJ/2482/data/trap.03.10.in create mode 100644 LibreOJ/2482/data/trap.03.10.out create mode 100644 LibreOJ/2482/data/trap.03.11.in create mode 100644 LibreOJ/2482/data/trap.03.11.out create mode 100644 LibreOJ/2482/data/trap.03.12.in create mode 100644 LibreOJ/2482/data/trap.03.12.out create mode 100644 LibreOJ/2482/data/trap.04.01.in create mode 100644 LibreOJ/2482/data/trap.04.01.out create mode 100644 LibreOJ/2482/data/trap.04.02.in create mode 100644 LibreOJ/2482/data/trap.04.02.out create mode 100644 LibreOJ/2482/data/trap.04.03.in create mode 100644 LibreOJ/2482/data/trap.04.03.out create mode 100644 LibreOJ/2482/data/trap.04.04.in create mode 100644 LibreOJ/2482/data/trap.04.04.out create mode 100644 LibreOJ/2482/data/trap.04.05.in create mode 100644 LibreOJ/2482/data/trap.04.05.out create mode 100644 LibreOJ/2482/data/trap.04.06.in create mode 100644 LibreOJ/2482/data/trap.04.06.out create mode 100644 LibreOJ/2482/data/trap.04.07.in create mode 100644 LibreOJ/2482/data/trap.04.07.out create mode 100644 LibreOJ/2482/data/trap.04.08.in create mode 100644 LibreOJ/2482/data/trap.04.08.out create mode 100644 LibreOJ/2482/data/trap.04.09.in create mode 100644 LibreOJ/2482/data/trap.04.09.out create mode 100644 LibreOJ/2482/data/trap.04.10.in create mode 100644 LibreOJ/2482/data/trap.04.10.out create mode 100644 LibreOJ/2482/data/trap.04.11.in create mode 100644 LibreOJ/2482/data/trap.04.11.out create mode 100644 LibreOJ/2482/data/trap.04.12.in create mode 100644 LibreOJ/2482/data/trap.04.12.out diff --git a/LibreOJ/2482/2482.cpp b/LibreOJ/2482/2482.cpp new file mode 100644 index 00000000..d6df8912 --- /dev/null +++ b/LibreOJ/2482/2482.cpp @@ -0,0 +1,91 @@ +#include +#include + +using std::cin; +using std::cout; +const char endl = '\n'; + +const int N = 1e6 + 5; + +int n, t, m, fa[N], sum[N], f[N], ans; +bool vis[N]; +std::vector g[N]; + +void dfs(int u, int _f) { + int max1 = 0, max2 = 0; + + fa[u] = _f; + + if (u != t) { + sum[u] = sum[_f] + g[u].size() - 1 - (u != m); + } + + for (const int &v : g[u]) { + if (v == _f) continue; + + dfs(v, u); + + if (f[v] > max1) { + max2 = max1; + max1 = f[v]; + } else if (f[v] > max2) { + max2 = f[v]; + } + } + + f[u] = max2 + g[u].size() - 1; +} + +bool check(int x) { + for (int i = m, cnt = 1; i != t; i = fa[i], cnt++) { + int t = 0; + + for (const int &v : g[i]) { + if (vis[v] || sum[i] + f[v] <= x) continue; + if (!cnt) return false; + + t++, cnt--; + } + + x -= t; + } + + return x >= 0; +} + +int main() { + std::ios::sync_with_stdio(false); + cin.tie(nullptr); + + cin >> n >> t >> m; + + for (int i = 1, u, v; i < n; i++) { + cin >> u >> v; + + g[u].push_back(v); + g[v].push_back(u); + } + + dfs(t, 0); + + for (int i = m; i; i = fa[i]) { + vis[i] = true; + } + + int l = 0, r = n << 1; + + while (l <= r) { + int mid = l + r >> 1; + + if (check(mid)) { + r = mid - 1; + ans = mid; + } else { + l = mid + 1; + } + } + + cout << ans << endl; + + return 0; +} diff --git a/LibreOJ/2482/data/config.yml b/LibreOJ/2482/data/config.yml new file mode 100644 index 00000000..605083ee --- /dev/null +++ b/LibreOJ/2482/data/config.yml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6facbfa2f0bb5f8f6e0bd57fd1172ad8a3169564c6dda013be033d0ecde75bf +size 3049 diff --git a/LibreOJ/2482/data/trap.01.01.in b/LibreOJ/2482/data/trap.01.01.in new file mode 100644 index 00000000..12fac318 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48971adefbdb56d712661d1b66c0fd510dc6bada57da6b72ba56188fbe36b24 +size 45 diff --git a/LibreOJ/2482/data/trap.01.01.out b/LibreOJ/2482/data/trap.01.01.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/LibreOJ/2482/data/trap.01.02.in b/LibreOJ/2482/data/trap.01.02.in new file mode 100644 index 00000000..f50700cf --- /dev/null +++ b/LibreOJ/2482/data/trap.01.02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccff6f7157aa68d3fc07fb1056c5c293af389038c4f92d689cad8f34d764a34 +size 45 diff --git a/LibreOJ/2482/data/trap.01.02.out b/LibreOJ/2482/data/trap.01.02.out new file mode 100644 index 00000000..ca267b30 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121cfccd5913f0a63fec40a6ffd44ea64f9dc135c66634ba001d10bcf4302a2 +size 2 diff --git a/LibreOJ/2482/data/trap.01.03.in b/LibreOJ/2482/data/trap.01.03.in new file mode 100644 index 00000000..732c1e3b --- /dev/null +++ b/LibreOJ/2482/data/trap.01.03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aae0103614274afb9d35d6806b386d852e15ec128f67ba98937a07977ede542 +size 45 diff --git a/LibreOJ/2482/data/trap.01.03.out b/LibreOJ/2482/data/trap.01.03.out new file mode 100644 index 00000000..804fcc90 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa +size 2 diff --git a/LibreOJ/2482/data/trap.01.04.in b/LibreOJ/2482/data/trap.01.04.in new file mode 100644 index 00000000..a886e3a1 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bf39f6d2a403591332727d72fcc3e59eb0989c1322ee4f350992bc9dd107a7 +size 38 diff --git a/LibreOJ/2482/data/trap.01.04.out b/LibreOJ/2482/data/trap.01.04.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/2482/data/trap.01.05.in b/LibreOJ/2482/data/trap.01.05.in new file mode 100644 index 00000000..bd26f309 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af09341b110a5c680ba07d8918abe99154a1fb89d0ae9c05e1198658abfc1ecf +size 45 diff --git a/LibreOJ/2482/data/trap.01.05.out b/LibreOJ/2482/data/trap.01.05.out new file mode 100644 index 00000000..ca267b30 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121cfccd5913f0a63fec40a6ffd44ea64f9dc135c66634ba001d10bcf4302a2 +size 2 diff --git a/LibreOJ/2482/data/trap.01.06.in b/LibreOJ/2482/data/trap.01.06.in new file mode 100644 index 00000000..70b5faca --- /dev/null +++ b/LibreOJ/2482/data/trap.01.06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271cbf09110505678d4d1170287488a294999f4d98ce4fdaff6e52d847f4234c +size 34 diff --git a/LibreOJ/2482/data/trap.01.06.out b/LibreOJ/2482/data/trap.01.06.out new file mode 100644 index 00000000..38118f32 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c234e5e8472b6ac51c1ae1cab3fe06fad053beb8ebfd8977b010655bfdd3c3 +size 2 diff --git a/LibreOJ/2482/data/trap.01.07.in b/LibreOJ/2482/data/trap.01.07.in new file mode 100644 index 00000000..c12ca902 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460c4432265d08d107cde00301282563a80c69d8f83d5f63d48f1df0875c5304 +size 44 diff --git a/LibreOJ/2482/data/trap.01.07.out b/LibreOJ/2482/data/trap.01.07.out new file mode 100644 index 00000000..d76a596d --- /dev/null +++ b/LibreOJ/2482/data/trap.01.07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b5c2c2211c8d67ed15e75e656c7862d086e9245420892a7de62cd9ec582a06 +size 2 diff --git a/LibreOJ/2482/data/trap.01.08.in b/LibreOJ/2482/data/trap.01.08.in new file mode 100644 index 00000000..3cb93c97 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8eda58b06fadc5a8aa9af017805cdb1f31b2b18774bab3368168f840058d14 +size 44 diff --git a/LibreOJ/2482/data/trap.01.08.out b/LibreOJ/2482/data/trap.01.08.out new file mode 100644 index 00000000..f2baf931 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10159baf262b43a92d95db59dae1f72c645127301661e0a3ce4e38b295a97c58 +size 2 diff --git a/LibreOJ/2482/data/trap.01.09.in b/LibreOJ/2482/data/trap.01.09.in new file mode 100644 index 00000000..69ba6fa0 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac158779fd6475cec0b08bacfa958b7f1f64b8fcdb26e75840f3265e725d4c06 +size 30 diff --git a/LibreOJ/2482/data/trap.01.09.out b/LibreOJ/2482/data/trap.01.09.out new file mode 100644 index 00000000..ca267b30 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121cfccd5913f0a63fec40a6ffd44ea64f9dc135c66634ba001d10bcf4302a2 +size 2 diff --git a/LibreOJ/2482/data/trap.01.10.in b/LibreOJ/2482/data/trap.01.10.in new file mode 100644 index 00000000..7f6de49c --- /dev/null +++ b/LibreOJ/2482/data/trap.01.10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a5869eebe38d25d99e98fcd9fc80c77b7c9cf7de5f6ace6c8a7804fd95d0e3 +size 10 diff --git a/LibreOJ/2482/data/trap.01.10.out b/LibreOJ/2482/data/trap.01.10.out new file mode 100644 index 00000000..804fcc90 --- /dev/null +++ b/LibreOJ/2482/data/trap.01.10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa +size 2 diff --git a/LibreOJ/2482/data/trap.02.01.in b/LibreOJ/2482/data/trap.02.01.in new file mode 100644 index 00000000..5f2ba59f --- /dev/null +++ b/LibreOJ/2482/data/trap.02.01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204f06afa19151a3e103c7094b20bddbe9cb2efe335bdfbe701d010a278f4196 +size 13666694 diff --git a/LibreOJ/2482/data/trap.02.01.out b/LibreOJ/2482/data/trap.02.01.out new file mode 100644 index 00000000..2f6d9184 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b2c5db15348c29451e18b8307e5ef81625ea638e807935f39ceaa8d9ac7758 +size 3 diff --git a/LibreOJ/2482/data/trap.02.02.in b/LibreOJ/2482/data/trap.02.02.in new file mode 100644 index 00000000..483b65d5 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee6807407f9f95791c6f454f895aeff69de0b15f50b8cc794f5ff49fed0c724 +size 12266706 diff --git a/LibreOJ/2482/data/trap.02.02.out b/LibreOJ/2482/data/trap.02.02.out new file mode 100644 index 00000000..2f6d9184 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b2c5db15348c29451e18b8307e5ef81625ea638e807935f39ceaa8d9ac7758 +size 3 diff --git a/LibreOJ/2482/data/trap.02.03.in b/LibreOJ/2482/data/trap.02.03.in new file mode 100644 index 00000000..56e3c3df --- /dev/null +++ b/LibreOJ/2482/data/trap.02.03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809ca41be6da6a7c90e3990650e7b07237cf6f233c99eeb9b0ba09c870f2bede +size 13494772 diff --git a/LibreOJ/2482/data/trap.02.03.out b/LibreOJ/2482/data/trap.02.03.out new file mode 100644 index 00000000..2f3bfcde --- /dev/null +++ b/LibreOJ/2482/data/trap.02.03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf32708a31caa478a0e9141103ac567d85e5186e697e7e0c81f75589999e31 +size 3 diff --git a/LibreOJ/2482/data/trap.02.04.in b/LibreOJ/2482/data/trap.02.04.in new file mode 100644 index 00000000..75fd90b3 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b58057174fe05b092c9f0143b9dcedef3e972c1e2ebe2bf13bf577f68c317e +size 6570837 diff --git a/LibreOJ/2482/data/trap.02.04.out b/LibreOJ/2482/data/trap.02.04.out new file mode 100644 index 00000000..5ce3cd1e --- /dev/null +++ b/LibreOJ/2482/data/trap.02.04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a73825c1b761d11bf2b3f4dff760d07888d3fde05dcf55f1da84aa6041a5a8 +size 3 diff --git a/LibreOJ/2482/data/trap.02.05.in b/LibreOJ/2482/data/trap.02.05.in new file mode 100644 index 00000000..b0cb4f20 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d691eeb76764cbdbdb5dec02cfdebce08401985fa419e1821ccc04779b0c4083 +size 13493161 diff --git a/LibreOJ/2482/data/trap.02.05.out b/LibreOJ/2482/data/trap.02.05.out new file mode 100644 index 00000000..7aacd3ee --- /dev/null +++ b/LibreOJ/2482/data/trap.02.05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35e87b5838011a3637be660e4238af9a55e4edc74404c990f7a558e7f416658 +size 3 diff --git a/LibreOJ/2482/data/trap.02.06.in b/LibreOJ/2482/data/trap.02.06.in new file mode 100644 index 00000000..0a90be87 --- /dev/null +++ b/LibreOJ/2482/data/trap.02.06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bed83d5be730df07d083223ce26e6a972ac6fd3a4a75c964bc084fc6defa32 +size 13493197 diff --git a/LibreOJ/2482/data/trap.02.06.out b/LibreOJ/2482/data/trap.02.06.out new file mode 100644 index 00000000..f845c9cb --- /dev/null +++ b/LibreOJ/2482/data/trap.02.06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3d905fd916ac40ded4007bbe76e90633bb99a856b7bf512eaf5ae1e91f6ca7 +size 3 diff --git a/LibreOJ/2482/data/trap.03.01.in b/LibreOJ/2482/data/trap.03.01.in new file mode 100644 index 00000000..34fbf862 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75562121a6d4c070c6650a68dd651f7d5442a8b936e614dddc3abaa5e5e3d52a +size 217 diff --git a/LibreOJ/2482/data/trap.03.01.out b/LibreOJ/2482/data/trap.03.01.out new file mode 100644 index 00000000..f2baf931 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10159baf262b43a92d95db59dae1f72c645127301661e0a3ce4e38b295a97c58 +size 2 diff --git a/LibreOJ/2482/data/trap.03.02.in b/LibreOJ/2482/data/trap.03.02.in new file mode 100644 index 00000000..d4c945cb --- /dev/null +++ b/LibreOJ/2482/data/trap.03.02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113819e37ef83563d7548025bb011df0f0e5353d81f6272046d384a4d5f8c887 +size 7685 diff --git a/LibreOJ/2482/data/trap.03.02.out b/LibreOJ/2482/data/trap.03.02.out new file mode 100644 index 00000000..d790bd49 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6d31a5983a91251bfae5aefa1c0a19d8ba3cf601d0e8a706b4cfa9661a6b8a +size 2 diff --git a/LibreOJ/2482/data/trap.03.03.in b/LibreOJ/2482/data/trap.03.03.in new file mode 100644 index 00000000..431890e4 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff25cc7796e1f3936ce7a503c4108418a4c672fd164a5fe69457849047d6931 +size 7673 diff --git a/LibreOJ/2482/data/trap.03.03.out b/LibreOJ/2482/data/trap.03.03.out new file mode 100644 index 00000000..51b03484 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a92adbc0cee38ef658c71ce1b1bf8c65668f166bfb213644c895ccb1ad07a25 +size 3 diff --git a/LibreOJ/2482/data/trap.03.04.in b/LibreOJ/2482/data/trap.03.04.in new file mode 100644 index 00000000..ca9f72a4 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4ea295e4db22a777063f844fddf853b93424ce7c131abea62f9453261de6d0 +size 7790 diff --git a/LibreOJ/2482/data/trap.03.04.out b/LibreOJ/2482/data/trap.03.04.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/2482/data/trap.03.05.in b/LibreOJ/2482/data/trap.03.05.in new file mode 100644 index 00000000..576ebdc3 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d6ce84ead05563053b07ce2f8d20a3dd5216d37944d319b92d1ab6c7336895 +size 6996 diff --git a/LibreOJ/2482/data/trap.03.05.out b/LibreOJ/2482/data/trap.03.05.out new file mode 100644 index 00000000..804fcc90 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa +size 2 diff --git a/LibreOJ/2482/data/trap.03.06.in b/LibreOJ/2482/data/trap.03.06.in new file mode 100644 index 00000000..df5ffd72 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ac556d425719e395a33e3de9d93a9f407bd01af26f50b23cf4506bd0954b8b +size 7527 diff --git a/LibreOJ/2482/data/trap.03.06.out b/LibreOJ/2482/data/trap.03.06.out new file mode 100644 index 00000000..7addf8f8 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c2643e0dc65524c9f1f6f9f00937322fd68d59986bc381d9ff2285d23e353d +size 3 diff --git a/LibreOJ/2482/data/trap.03.07.in b/LibreOJ/2482/data/trap.03.07.in new file mode 100644 index 00000000..1f336e5c --- /dev/null +++ b/LibreOJ/2482/data/trap.03.07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b77874b6f44eeaf2ac7fcd664df4b2f9ee34358479ced27a294f853e300164 +size 7513 diff --git a/LibreOJ/2482/data/trap.03.07.out b/LibreOJ/2482/data/trap.03.07.out new file mode 100644 index 00000000..b2e00d63 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673650f936cb3b0a2f93ce09d81be10748b1b203c19e8176b4eefc1964a0cf3a +size 3 diff --git a/LibreOJ/2482/data/trap.03.08.in b/LibreOJ/2482/data/trap.03.08.in new file mode 100644 index 00000000..18d63f7f --- /dev/null +++ b/LibreOJ/2482/data/trap.03.08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f9b1cf6560978ea2a8dcbcba69f9bc91ead3b740d4aa36b606cc9914368b61 +size 7678 diff --git a/LibreOJ/2482/data/trap.03.08.out b/LibreOJ/2482/data/trap.03.08.out new file mode 100644 index 00000000..6089e6da --- /dev/null +++ b/LibreOJ/2482/data/trap.03.08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce678067b339bdf19e0ed36e1f3a8c007439b2135a412cfda3ea1169e32dd1fc +size 4 diff --git a/LibreOJ/2482/data/trap.03.09.in b/LibreOJ/2482/data/trap.03.09.in new file mode 100644 index 00000000..85158ea8 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5811f4d33e488a27e4d044412e52bccb890fa3a98ec3ca726defc36808b7fa +size 7671 diff --git a/LibreOJ/2482/data/trap.03.09.out b/LibreOJ/2482/data/trap.03.09.out new file mode 100644 index 00000000..30cff407 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcea5d7d8b256f1bda5f90a3ede41899e94b89fccb4e4d2786073b5bfaa0002a +size 4 diff --git a/LibreOJ/2482/data/trap.03.10.in b/LibreOJ/2482/data/trap.03.10.in new file mode 100644 index 00000000..4d6a804d --- /dev/null +++ b/LibreOJ/2482/data/trap.03.10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd2d60087461971593c5b257683dd3ff08e015f28c540d88caf855a496989d2 +size 7540 diff --git a/LibreOJ/2482/data/trap.03.10.out b/LibreOJ/2482/data/trap.03.10.out new file mode 100644 index 00000000..097909b9 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11a628c403b4dcd9fc5395b7f5b0a4f2f97428d98311217332f873266da9cee +size 4 diff --git a/LibreOJ/2482/data/trap.03.11.in b/LibreOJ/2482/data/trap.03.11.in new file mode 100644 index 00000000..e5ea385e --- /dev/null +++ b/LibreOJ/2482/data/trap.03.11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92437a29c02bc4332eafbb7b8cd53b70b16a31f4f46ce51961889f4cba5d46b2 +size 7463 diff --git a/LibreOJ/2482/data/trap.03.11.out b/LibreOJ/2482/data/trap.03.11.out new file mode 100644 index 00000000..0c8cea95 --- /dev/null +++ b/LibreOJ/2482/data/trap.03.11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253f8ae765c234707a579bbc99dbda340e0e8c4a3cedeef0bed58a10ebcc23d1 +size 4 diff --git a/LibreOJ/2482/data/trap.03.12.in b/LibreOJ/2482/data/trap.03.12.in new file mode 100644 index 00000000..94d79dfb --- /dev/null +++ b/LibreOJ/2482/data/trap.03.12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de030cf2d509ae013a33f85490acbc4f6d9186f2a95a8808df974dc4018f90cd +size 4892 diff --git a/LibreOJ/2482/data/trap.03.12.out b/LibreOJ/2482/data/trap.03.12.out new file mode 100644 index 00000000..a645587a --- /dev/null +++ b/LibreOJ/2482/data/trap.03.12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02a3f2daec501e6412cdc42d097fbc5872af291de64b22f59b9116abe7f5047 +size 4 diff --git a/LibreOJ/2482/data/trap.04.01.in b/LibreOJ/2482/data/trap.04.01.in new file mode 100644 index 00000000..34fbf862 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.01.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75562121a6d4c070c6650a68dd651f7d5442a8b936e614dddc3abaa5e5e3d52a +size 217 diff --git a/LibreOJ/2482/data/trap.04.01.out b/LibreOJ/2482/data/trap.04.01.out new file mode 100644 index 00000000..f2baf931 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.01.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10159baf262b43a92d95db59dae1f72c645127301661e0a3ce4e38b295a97c58 +size 2 diff --git a/LibreOJ/2482/data/trap.04.02.in b/LibreOJ/2482/data/trap.04.02.in new file mode 100644 index 00000000..3db83c01 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.02.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00660cbe7b842b9d1cf2e90f0e865222ba1de32dff133864dc1a7beff4354fb9 +size 13666695 diff --git a/LibreOJ/2482/data/trap.04.02.out b/LibreOJ/2482/data/trap.04.02.out new file mode 100644 index 00000000..6146a6fe --- /dev/null +++ b/LibreOJ/2482/data/trap.04.02.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea243e5457028e97f9bc93b37a72f8e80ea61ae081911bb037765590ee6aa435 +size 3 diff --git a/LibreOJ/2482/data/trap.04.03.in b/LibreOJ/2482/data/trap.04.03.in new file mode 100644 index 00000000..aca78584 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.03.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3053c0bba2e2ef86a11508e461bc8ea3b25ebe0469b4eba638eefa676677c37d +size 13666683 diff --git a/LibreOJ/2482/data/trap.04.03.out b/LibreOJ/2482/data/trap.04.03.out new file mode 100644 index 00000000..a8f76028 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.03.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee29791fc17e986b97128845622b077fb45e349fdb80523fac9dba879b4ad60 +size 3 diff --git a/LibreOJ/2482/data/trap.04.04.in b/LibreOJ/2482/data/trap.04.04.in new file mode 100644 index 00000000..0c228088 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.04.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710cce0efdb7729960ff3d22427b00212027c250b8326cda0b3302b3741d4a38 +size 13777800 diff --git a/LibreOJ/2482/data/trap.04.04.out b/LibreOJ/2482/data/trap.04.04.out new file mode 100644 index 00000000..804fcc90 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.04.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa +size 2 diff --git a/LibreOJ/2482/data/trap.04.05.in b/LibreOJ/2482/data/trap.04.05.in new file mode 100644 index 00000000..809937f7 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.05.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcca0a7aa93be323f47b337c258978e0f5ee40f91f0d6f0009cdf4d3b1bba92 +size 13777779 diff --git a/LibreOJ/2482/data/trap.04.05.out b/LibreOJ/2482/data/trap.04.05.out new file mode 100644 index 00000000..1afab5f7 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.05.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4355a46b19d348dc2f57c046f8ef63d4538ebb936000f3c9ee954a27460dd865 +size 2 diff --git a/LibreOJ/2482/data/trap.04.06.in b/LibreOJ/2482/data/trap.04.06.in new file mode 100644 index 00000000..12952191 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.06.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa09269be3c4b20cda3f915288b81101fd3b8c3afc04cf5f3c173a8a419ce58 +size 13493461 diff --git a/LibreOJ/2482/data/trap.04.06.out b/LibreOJ/2482/data/trap.04.06.out new file mode 100644 index 00000000..781d5d59 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.06.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4393447bd3c1d55ea7f97417ecb1b36a691ccaacaaf2ebd21c59a5acf825fb7b +size 3 diff --git a/LibreOJ/2482/data/trap.04.07.in b/LibreOJ/2482/data/trap.04.07.in new file mode 100644 index 00000000..4e7ddea5 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.07.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90b99eb1458cf36f2d40010529c0de9a639b7e81f3e12eeaa924c88458278c0 +size 13493060 diff --git a/LibreOJ/2482/data/trap.04.07.out b/LibreOJ/2482/data/trap.04.07.out new file mode 100644 index 00000000..b48632ca --- /dev/null +++ b/LibreOJ/2482/data/trap.04.07.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5fa6e75f0ddfcd9ff32e0a2297554cd81188f177f14d7ce416310efa0b5c77 +size 3 diff --git a/LibreOJ/2482/data/trap.04.08.in b/LibreOJ/2482/data/trap.04.08.in new file mode 100644 index 00000000..cfd34264 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.08.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c1f103ef61b315b6baff6b8638b22888244dbfd6735e948eb119e937563299 +size 13521833 diff --git a/LibreOJ/2482/data/trap.04.08.out b/LibreOJ/2482/data/trap.04.08.out new file mode 100644 index 00000000..85fd7894 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.08.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516e93e681dcbbee6a9a3bae1815effef97d124fa096334802a223ce28de2680 +size 7 diff --git a/LibreOJ/2482/data/trap.04.09.in b/LibreOJ/2482/data/trap.04.09.in new file mode 100644 index 00000000..32259711 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.09.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebca0a3a7c308119a1e923d020de5d06d583109fb70b0f8d98b5560f7c441c4 +size 13521746 diff --git a/LibreOJ/2482/data/trap.04.09.out b/LibreOJ/2482/data/trap.04.09.out new file mode 100644 index 00000000..03803d14 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.09.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f50273b0bdcffd99a5fbb268012f645d16dd3c525b492cbd4f218c29af54227 +size 7 diff --git a/LibreOJ/2482/data/trap.04.10.in b/LibreOJ/2482/data/trap.04.10.in new file mode 100644 index 00000000..c0c03fbb --- /dev/null +++ b/LibreOJ/2482/data/trap.04.10.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfb8a401d04ccd0e505a5c8c280845e8aea3b163393323e3ec0d744c0620b7b +size 13666808 diff --git a/LibreOJ/2482/data/trap.04.10.out b/LibreOJ/2482/data/trap.04.10.out new file mode 100644 index 00000000..8d987a9e --- /dev/null +++ b/LibreOJ/2482/data/trap.04.10.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01f15a0d4ca40610c1ae284de70ec32cdddd8210ba24382c7d58e2bb8c316a1 +size 7 diff --git a/LibreOJ/2482/data/trap.04.11.in b/LibreOJ/2482/data/trap.04.11.in new file mode 100644 index 00000000..de4bd2d2 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.11.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7978665654ff0bd294c876d15dd305183896c72879b29834d3d7a7240469b7 +size 13666650 diff --git a/LibreOJ/2482/data/trap.04.11.out b/LibreOJ/2482/data/trap.04.11.out new file mode 100644 index 00000000..cae0d97d --- /dev/null +++ b/LibreOJ/2482/data/trap.04.11.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a25ea8872da8c2f6ad413875d9b397f625b036bc3b56e6c88eb64fe58ad293a +size 7 diff --git a/LibreOJ/2482/data/trap.04.12.in b/LibreOJ/2482/data/trap.04.12.in new file mode 100644 index 00000000..5ae75ab7 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.12.in @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6fd2021fe01e74a924e53ed4613bedda0613ae1fbd6a103f31b44a1d9c44bb +size 13666434 diff --git a/LibreOJ/2482/data/trap.04.12.out b/LibreOJ/2482/data/trap.04.12.out new file mode 100644 index 00000000..a60942a4 --- /dev/null +++ b/LibreOJ/2482/data/trap.04.12.out @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c9b375aaf0d57ac6408b1fc4cb1f16229de5808d320f3844641c94c6a528b4 +size 7