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
#include <iostream>
using
namespace
std
;
int
main
(){
int
a
;
cin
>>
a
;
cout
<<
a
<<
endl
;
return
0
;
}
\ No newline at end of file
Please
register
or
login
to post a comment