From 355b2823ba1cc69fa9723e504e56cc5e6c52e8f9 Mon Sep 17 00:00:00 2001 From: Ryo Washizu Date: Sun, 18 Jan 2026 14:50:03 +0900 Subject: [PATCH 1/2] change commit message --- ABS/abc318/a.cpp | 24 ++++++++++++++++++++++++ ABS/abc429/c.js | 16 ++++++++++++++++ a.txt | 0 test.md | 0 4 files changed, 40 insertions(+) create mode 100644 ABS/abc318/a.cpp create mode 100644 ABS/abc429/c.js create mode 100644 a.txt create mode 100644 test.md diff --git a/ABS/abc318/a.cpp b/ABS/abc318/a.cpp new file mode 100644 index 0000000..6c3cc54 --- /dev/null +++ b/ABS/abc318/a.cpp @@ -0,0 +1,24 @@ +#include +#include +#include +#include +#include +using namespace std; +#define rep(i, n) for (int i = 0; i < (n); i++) +using P = pair; +using ll = long long; + +int main() { + int n, m, p; + cin >> n >> m >>p; + + int count = 0; + + for(int i = m; i <= n; i++) { + if (i < n) { + cout << count << endl; + } + + if () + } +} \ No newline at end of file diff --git a/ABS/abc429/c.js b/ABS/abc429/c.js new file mode 100644 index 0000000..fbcd7fd --- /dev/null +++ b/ABS/abc429/c.js @@ -0,0 +1,16 @@ +const fs = require("fs"); +const lines = fs.readFileSync(0, "utf8").trim().split("\n"); + +function main() { + const n = Number(lines[0]) + const a = lines[1].split(" ").map(Number) + let ans = 0; + + const total = n * (n - 1) * (n - 2) / 6; + + + console.log(ans); + console.log(ans); +} + +main(); diff --git a/a.txt b/a.txt new file mode 100644 index 0000000..e69de29 diff --git a/test.md b/test.md new file mode 100644 index 0000000..e69de29 From 0d676b9b00060420a2e210e3498ae1ada6f6d048 Mon Sep 17 00:00:00 2001 From: Ryo Washizu Date: Sun, 18 Jan 2026 15:39:05 +0900 Subject: [PATCH 2/2] log --- ABS/abc429/c.js | 3 +++ ABS/abc431/c.js | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ABS/abc429/c.js b/ABS/abc429/c.js index fbcd7fd..0e632d8 100644 --- a/ABS/abc429/c.js +++ b/ABS/abc429/c.js @@ -9,6 +9,9 @@ function main() { const total = n * (n - 1) * (n - 2) / 6; + console.log(ans); + console.log(ans); + console.log(ans); console.log(ans); console.log(ans); } diff --git a/ABS/abc431/c.js b/ABS/abc431/c.js index 67a6d3a..b8bd220 100644 --- a/ABS/abc431/c.js +++ b/ABS/abc431/c.js @@ -7,6 +7,8 @@ function main() { let b = lines[2].split(" ").map(Number) h.sort((a, b) => a - b) b.sort((a, b) => a - b) + b.sort((a, b) => a - b) + b.sort((a, b) => a - b) let canRobotCount = 0; let j = 0;