diff options
author | Oskar <[email protected]> | 2024-08-07 16:37:44 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-07 16:37:44 +0200 |
commit | 601e9571981ef44984e740ba71ce1648dbc223d3 (patch) | |
tree | d0f14d84f5ffb2ad5e03e1da2a1667a11b8abc96 /3p14.cpp | |
parent | a805c55e5b870ec3f65ce9dd5fdf6f5456a62ac3 (diff) |
indentation
Diffstat (limited to '3p14.cpp')
-rw-r--r-- | 3p14.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |