#include <bits/stdc++.h> #include <conio.h> using namespace std; int main(){ int c; while(c = getch()){ cout << c << endl; } return 0; }