fork(2) download
  1. #import <objc/objc.h>
  2. #import <objc/Object.h>
  3. #import <Foundation/Foundation.h>
  4. #import <math.h>
  5.  
  6. @implementation TestObj
  7. int main()
  8. {
  9. int opctiroparabolico;
  10.  
  11. NSLog(@"1. Altura Maxima\n");
  12. NSLog(@"2. Distancia Maxima\n");
  13. NSLog(@"3. Tiempo\n");
  14. NSLog(@"4. Velocidad Final\n\n");
  15. NSLog(@"Ingrese la opcion que desee:");
  16. scanf("%i",&opctiroparabolico);
  17.  
  18. if (opctiroparabolico==1){
  19.  
  20.  
  21.  
  22. }
  23.  
  24.  
  25. return 0;
  26. }
  27. @end
Success #stdin #stdout #stderr 0.03s 42824KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
2016-02-08 12:17:39.754 prog[14646] 1. Altura Maxima
2016-02-08 12:17:39.755 prog[14646] 2. Distancia Maxima
2016-02-08 12:17:39.755 prog[14646] 3. Tiempo
2016-02-08 12:17:39.755 prog[14646] 4. Velocidad Final

2016-02-08 12:17:39.755 prog[14646] Ingrese la opcion que desee: