fork(7) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int team_number = 1296;
  6.  
  7. printf("Our team number is %d", team_number);
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
Our team number is 1296