fork download
  1. #include <iostream>
  2. #include <vector>
  3. #include <string>
  4.  
  5.  
  6. using namespace std;
  7.  
  8. int main()
  9. {
  10. int x=0;
  11. for(int i=0; i<10; ++i)
  12. x+=i;
  13. return(0);
  14. }
Success #stdin #stdout 0s 5280KB
stdin
add $s0, $t2, $s0
stdout
Standard output is empty