if (a>80)

        printf("a+");

        

    if (80>=a>70)

        printf("b");



81 쓰면 a+ 나오는데 76 같은 값 쓰면 아무것도 안 떠요