fork(1) download
  1.  
  2.  
  3. #include <iostream>
  4. using namespace std;
  5.  
  6. int main () {
  7. char a = 5;
  8. char b = 6;
  9. cout << a*b << endl;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
30