From f5e6aa26100a8b42ee1c2ad453db4a2e01269e9f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 17 Sep 2025 15:58:25 -0400 Subject: whatever --- 876/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '876') diff --git a/876/main.cpp b/876/main.cpp index 20d49ad..8bee31f 100644 --- a/876/main.cpp +++ b/876/main.cpp @@ -22,7 +22,7 @@ public: heads.push_back(head); int size = heads.size(); - std::cout << "size:" << size << "\n"; + /* std::cout << "size:" << size << "\n"; */ return heads[int(size / 2)]; } }; -- cgit v1.2.3