aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301
diff options
context:
space:
mode:
Diffstat (limited to 'ee1301')
-rw-r--r--ee1301/wk4/hw4_directory/strap012_HW4C.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ee1301/wk4/hw4_directory/strap012_HW4C.cpp b/ee1301/wk4/hw4_directory/strap012_HW4C.cpp
index 2041150..17ef381 100644
--- a/ee1301/wk4/hw4_directory/strap012_HW4C.cpp
+++ b/ee1301/wk4/hw4_directory/strap012_HW4C.cpp
@@ -63,9 +63,9 @@ int main()
return -2;
}
fout << "A," << A << std::endl
- << "E," << std::endl
- << "I," << std::endl
- << "O," << std::endl
+ << "E," << E << std::endl
+ << "I," << I << std::endl
+ << "O," << O << std::endl
<< "U," << U;
fout.close();
} \ No newline at end of file