Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임연수
/
OpenSourceSW_Lab02
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
임연수
2018-09-28 16:31:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67ed7c5dad7551607f4fec26d960204c959dce5f
67ed7c5d
1 parent
46f9b075
push echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
67ed7c5
#include <iostream>
#include <string>
using
namespace
std
;
int
main
()
{
string
std
;
cin
>>
std
;
cout
<<
std
;
return
0
;
}
Please
register
or
login
to post a comment