summaryrefslogtreecommitdiff
path: root/3p14.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3p14.cpp')
-rw-r--r--3p14.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/3p14.cpp b/3p14.cpp
index b11a9ff..ba9b2c9 100644
--- a/3p14.cpp
+++ b/3p14.cpp
@@ -18,7 +18,7 @@ using std::clog;
using std::endl;
using std::vector;
int main () {
-
+
int n;
vector<int> vn;
if(cin >> n) {
@@ -30,7 +30,7 @@ int main () {
} else {
return -1;
}
-
+
for(auto vni : vn) {
cout << vni << endl;
}