aboutsummaryrefslogtreecommitdiffstats
path: root/876
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-09-17 19:58:25 +0000
committerterminaldweller <devi@terminaldweller.com>2025-09-17 19:58:25 +0000
commitf5e6aa26100a8b42ee1c2ad453db4a2e01269e9f (patch)
tree4b21bdadbfef2c31b1e3a16809dea9a9b850b3da /876
parent20 (diff)
downloadleetcode-main.tar.gz
leetcode-main.zip
whateverHEADmain
Diffstat (limited to '876')
-rw-r--r--876/main.cpp2
1 files changed, 1 insertions, 1 deletions
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)];
}
};