Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손지언
/
Assignment0925
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
sju0924
2020-09-25 21:53:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60e869db0b29da42f8c6ad78e617d05a9bf3fd59
60e869db
1 parent
6acdfaad
add echo
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
A/echo.cpp
A/echo.exe
A/echo.cpp
0 → 100644
View file @
60e869d
1
+
#include <iostream>
2
+
#include <string>
3
+
using
namespace
std
;
4
+
5
+
int
main
()
6
+
{
7
+
string
str
;
8
+
cin
>>
str
;
9
+
cout
<<
str
;
10
+
11
+
}
...
\ No newline at end of file
...
\ No newline at end of file
A/echo.exe
0 → 100644
View file @
60e869d
No preview for this file type
Please
register
or
login
to post a comment