fork download
  1. #include <string.h>
  2. int main(void){puts((6+7+9.5)/3>=24?"Aprovado":"Reprovado");}
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
Reprovado