#include<stdio.h> int main(){ scanf("%f %f",&h,&w); s=w/(h*h); if(s>=18.5 && s<=23.9){ printf("Normal"); }else{ printf("Abnormal"); } return 0; }