diff options
author | Oskar <[email protected]> | 2024-08-30 22:00:39 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-30 22:00:39 +0200 |
commit | 0963b6f2cc8f191caef88008cf296e0f8f30b918 (patch) | |
tree | f4e747c3b3611ae291bb8499dda81e39e8748b76 /5p16.cpp | |
parent | 1e4270a7110858d6f5d4cdf12f37d78dc81bc7d9 (diff) |
more
Diffstat (limited to '5p16.cpp')
-rw-r--r-- | 5p16.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ #include <iostream> #include <vector> +#include <unistd.h> /* * @@ -40,7 +41,7 @@ void nonidiomatic_for(std::vector<int> &nidf) { } int main (int argc, char *argv[]) { - + if(argc > 2 || argc < 2) { return -1; } std::string argv_s = argv[1]; std::vector<int> iv1; |