#include <iostream>
#include <string>
using namespace std;
int main() {
for (int i = 0; i < 10; i++) {
string nome;
cin >> nome;
cout << nome << endl;
}
}
//https://pt.stackoverflow.com/q/321702/101
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CiAgICBmb3IgKGludCBpID0gMDsgaSA8IDEwOyBpKyspIHsKICAgICAgICBzdHJpbmcgbm9tZTsKICAgICAgICBjaW4gPj4gbm9tZTsKICAgICAgICBjb3V0IDw8IG5vbWUgPDwgZW5kbDsKICAgIH0KfQoKLy9odHRwczovL3B0LnN0YWNrb3ZlcmZsb3cuY29tL3EvMzIxNzAyLzEwMQ==