Showing
17 changed files
with
7 additions
and
0 deletions
No preview for this file type
Echo/Debug/Echo.exe
0 → 100644
No preview for this file type
Echo/Debug/Echo.ilk
0 → 100644
No preview for this file type
Echo/Debug/Echo.pdb
0 → 100644
No preview for this file type
No preview for this file type
Echo/Echo/Debug/Echo.log
0 → 100644
Echo/Echo/Debug/Echo.tlog/CL.command.1.tlog
0 → 100644
No preview for this file type
Echo/Echo/Debug/Echo.tlog/CL.read.1.tlog
0 → 100644
No preview for this file type
Echo/Echo/Debug/Echo.tlog/CL.write.1.tlog
0 → 100644
No preview for this file type
No preview for this file type
Echo/Echo/Debug/Echo.tlog/link.read.1.tlog
0 → 100644
No preview for this file type
Echo/Echo/Debug/Echo.tlog/link.write.1.tlog
0 → 100644
No preview for this file type
Echo/Echo/Debug/main.obj
0 → 100644
No preview for this file type
Echo/Echo/Debug/vc140.idb
0 → 100644
No preview for this file type
Echo/Echo/Debug/vc140.pdb
0 → 100644
No preview for this file type
... | @@ -6,6 +6,8 @@ int main() | ... | @@ -6,6 +6,8 @@ int main() |
6 | { | 6 | { |
7 | string input; | 7 | string input; |
8 | cin >> input; | 8 | cin >> input; |
9 | + if (input == "exit") | ||
10 | + exit(0); | ||
9 | cout << input << endl; | 11 | cout << input << endl; |
10 | return 0; | 12 | return 0; |
11 | } | 13 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment