fork download
  1. extern int a, b, c;
  2.  
  3. int main()
  4. {
  5. int x = a + b + c;
  6. return 0;
  7. }
Success #stdin #stdout 0s 15224KB
stdin
Standard input is empty
stdout
Standard output is empty