diff options
Diffstat (limited to 'Lab3/CST116-Lab3-Florea.cpp')
| -rw-r--r-- | Lab3/CST116-Lab3-Florea.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lab3/CST116-Lab3-Florea.cpp b/Lab3/CST116-Lab3-Florea.cpp index 840c69d..fbe6182 100644 --- a/Lab3/CST116-Lab3-Florea.cpp +++ b/Lab3/CST116-Lab3-Florea.cpp @@ -6,6 +6,7 @@ #include <fstream> using namespace std; + using std::cout; using std::cin; using std::endl; |