repo.or.cz
/
furry-nemesis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cloned from srcbox.
[furry-nemesis.git]
/
poj
/
poj3062.cpp
blob
c4a41e4dff3072d067c73eadebf96eae70effd31
1
#include <iostream>
2
#include <string>
3
using namespace
std
;
4
int
main
() {
5
string st
;
6
while
(
getline
(
cin
,
st
))
cout
<<
st
<<
endl
;
7
return
0
;
8
}