Toggle navigation
Toggle navigation
This project
Loading...
Sign in
송근영
/
OpenSource_Test
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
Song
2021-04-01 11:13:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e5ca416ad316b4e67abd18674d66db569e957c3
5e5ca416
0 parents
A.cpp upload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
A.cpp
A.cpp
0 → 100644
View file @
5e5ca41
#include <iostream>
using
namespace
std
;
int
main
()
{
string
input
;
cout
<<
"Inputs : "
;
cin
>>
input
;
cout
<<
input
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment