Toggle navigation
Toggle navigation
This project
Loading...
Sign in
양효빈
/
assignment2
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 16:30:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5786994ce74cdfed2aa12783c527683a30a671d8
5786994c
0 parents
Commited exit.cpp!
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
exit.cpp
exit.cpp
0 → 100644
View file @
5786994
1
+
#include <iostream>
2
+
#include <string>
3
+
using
namespace
std
;
4
+
int
main
()
5
+
{
6
+
string
s
;
7
+
cin
>>
s
;
8
+
cout
<<
s
;
9
+
return
0
;
10
+
}
Please
register
or
login
to post a comment