summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-07 16:37:44 +0200
committerOskar <[email protected]>2024-08-07 16:37:44 +0200
commit601e9571981ef44984e740ba71ce1648dbc223d3 (patch)
treed0f14d84f5ffb2ad5e03e1da2a1667a11b8abc96
parenta805c55e5b870ec3f65ce9dd5fdf6f5456a62ac3 (diff)
indentation
-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;
}