fork download
  1. if (media>=9)
  2. {
  3. document.write('Sobresaliente');
  4. }
  5. else
  6. {
  7. if (media>=6)
  8. {
  9. document.write('Notable');
  10. }
  11. else
  12. {
  13. if (media>=5)
  14. {
  15. document.write('Suficiente')
  16. }
Runtime error #stdin #stdout 0.27s 213120KB
stdin
Standard input is empty
stdout
Standard output is empty