Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박주형
/
AB
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
rhxfkf
2021-04-01 21:23:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1eabca3f8b3054fa7839765d883597487f31dc83
1eabca3f
1 parent
f53a7cb8
B
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
A.cpp
A.cpp
View file @
1eabca3
...
@@ -5,6 +5,7 @@ using namespace std;
...
@@ -5,6 +5,7 @@ using namespace std;
5
int
main
()
{
5
int
main
()
{
6
string
a
;
6
string
a
;
7
cin
>>
a
;
7
cin
>>
a
;
8
+
if
(
a
==
"exit"
)
return
0
;
8
cout
<<
a
;
9
cout
<<
a
;
9
10
10
return
0
;
11
return
0
;
...
...
Please
register
or
login
to post a comment