Toggle navigation
Toggle navigation
This project
Loading...
Sign in
육현진
/
assign2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
육현진
2020-09-25 21:54:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6469dec3a79818910f71c1b291798fca3d4c9d0
e6469dec
1 parent
04cda54f
modified echo.cpp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.cpp
echo.cpp
View file @
e6469de
...
@@ -4,6 +4,8 @@ using namespace std;
...
@@ -4,6 +4,8 @@ using namespace std;
4
int
main
()
{
4
int
main
()
{
5
string
st
;
5
string
st
;
6
cin
>>
st
;
6
cin
>>
st
;
7
+
if
(
st
==
"exit"
)
8
+
return
0
;
7
cout
<<
st
;
9
cout
<<
st
;
8
10
9
return
0
;
11
return
0
;
...
...
Please
register
or
login
to post a comment