Toggle navigation
Toggle navigation
This project
Loading...
Sign in
엄성진
/
git_branch
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
엄성진
2021-03-31 05:19:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6bf3efa0ed37f02d9f2a57b2c3f015d7bb194f2
e6bf3efa
0 parents
add code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
code.cpp
code.cpp
0 → 100644
View file @
e6bf3ef
#include <iostream>
using
namespace
std
;
int
main
()
{
string
str
;
cin
>>
str
;
cout
<<
str
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment