Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김우재
/
20180330
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
김우재
2018-03-30 18:46:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb0dc3619609a5e6d7823b9211e011d52758083d
bb0dc361
0 parents
My commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
echo.cpp
echo.cpp
0 → 100644
View file @
bb0dc36
#include <iostream>
using
namespace
std
;
int
main
(){
int
n
=-
1
;
while
(
1
){
cin
>>
n
;
cout
<<
n
<<
endl
;
}
}
Please
register
or
login
to post a comment