diff options
Diffstat (limited to '876/main.cpp')
-rw-r--r-- | 876/main.cpp | 2 |
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)]; } }; |