#include<stdio.h>
int main()
{
    int n;
    for(n>-10,n>10)
    {
        printf("Invalid Input");
    }
    return 0;
}