fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main ()
  5. {
  6. int a;
  7. cin >> a;
  8. if (a > 50);
  9. cout << a + 25;
  10. else if (a < 50);
  11. cout << a+5;
  12. else cout 45;
  13. return 0;
  14. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
75
compilation info
/spoj/tinycobol_compile: line 10:  7966 Segmentation fault      htcobol -o prog prog.cbl
stdout
Standard output is empty