Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민경
/
repository
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
김민경
2019-10-04 12:43:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abc7baf340f234074e17484e8a47a720f72d2f6d
abc7baf3
0 parents
echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
abc7baf
1
+
#include <iostream>
2
+
using
namespace
std
;
3
+
int
main
(){
4
+
int
a
;
5
+
cin
>>
a
;
6
+
cout
<<
a
<<
endl
;
7
+
return
0
;
8
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment