#include<stdio.h>
int main()
{
    int n,s,f;
    scanf("%d",&n);
    if(n<=0)
    {
        pr
    }
}