Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오세헌
/
OpenSwHomework_2019102197
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
오세헌
2022-03-28 20:30:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2dfd9eca356ca659ebc7fa20a2bd41ee118194f8
2dfd9eca
0 parents
Repo A Source
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
ConsoleApplication1.cpp
ConsoleApplication1.cpp
0 → 100644
View file @
2dfd9ec
#
include
<
iostream
>
using
namespace
std
;
int
main
()
{
string
a
;
cin
>>
a
;
cout
<<
a
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment