fork download
  1. #include <stdio.h>
  2.  
  3.  
  4. int main() {
  5. int G,M,F;
  6. G = M;
  7. if (G > 70) {
  8. F = G;
  9. } else {
  10. F = G + 10;
  11. }
  12.  
  13. return(0);
  14. }
Success #stdin #stdout 0s 5284KB
stdin
add $s0, $t2, $s0
stdout
Standard output is empty