#include<stdio.h>
int main()
{
    int years_of_service;
    printf("Entre year of service: ");
    scanf("%d",&years_of_service);
    if (years_of_service>=1 && years_of_service<=5){
        printf("5%%\n");
}else if (years_of_services>5){
    
}
return 0;
}