Toggle navigation
Toggle navigation
This project
Loading...
Sign in
하재정
/
Assignment2_2019102237
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-09-25 23:07:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff87becf5adb38ebd36a07fb5b47b3da5c77e973
ff87becf
0 parents
add echo.cpp
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
ff87bec
1
+
#include <iostream>
2
+
#include <string>
3
+
4
+
int
main
()
{
5
+
std
::
string
input
;
6
+
std
::
cin
>>
input
;
7
+
std
::
cout
<<
input
;
8
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment