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
Show 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
1
+
#include <iostream>
2
+
3
+
using
namespace
std
;
4
+
5
+
int
main
()
6
+
{
7
+
string
input
;
8
+
cout
<<
"Inputs : "
;
9
+
cin
>>
input
;
10
+
cout
<<
input
;
11
+
12
+
return
0
;
13
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment