#include <iostream>
using namespace std;
void doit(int n){
}
int main()
{
int n;
while(cin>>n){
doit(n);