#include<iostream>
using namespace std;

int n,arr[]={1,2,3,4,5};

while(-5<= n <= 5)
cout<<n;
return 0;