Subscribe Us

Responsive Advertisement

Advertisement

URI Online Judge | 2930 Final Thesis of Christmas Depression solution in c

 

uri 2930 solution in c

by ujjal roy


#include<stdio.h>


main()

{

    int e,d;


   scanf("%d%d",&e,&d);

    if(e>d) printf("Eu odeio a professora!\n");

    else if(d-e>=3) printf("Muito bem! Apresenta antes do Natal!\n");

    else if(e+2<24) printf("Parece o trabalho do meu filho!\nTCC Apresentado!\n");

    else printf("Parece o trabalho do meu filho!\nFail! Entao eh nataaaaal!\n");


    return 0;

}


Post a Comment

0 Comments