fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("pervoe slagaemoe:%d\nvtoroe slagaemoe:%d\nsumma:%d\n", 10, 20, 30);
  5. return 0;
  6. }
  7.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
pervoe slagaemoe:10
vtoroe slagaemoe:20
summa:30