#include<stdio.h>
int main (){
    printf("%d",0<=17<=150);
    printf("%d",30.0<=3m<=250.0);
}