summaryrefslogtreecommitdiff
path: root/9p40.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p40.cpp')
-rw-r--r--9p40.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/9p40.cpp b/9p40.cpp
index 517dd91..763f6f8 100644
--- a/9p40.cpp
+++ b/9p40.cpp
@@ -23,7 +23,7 @@ int main () {
while (std::cin >> word) {
svec.push_back(word);
}
-
+
svec.resize(svec.size()+svec.size()/2);
std::cout << svec.capacity() << std::endl;
return 0;