fork download
  1. int main()
  2. {
  3. int a = 0, printf(char const *, ...), * b = &a, atoi(char const *), c = 200;
  4. printf("%d %d %x", a, atoi("100"), b);
  5. return 0;
  6. }
Success #stdin #stdout 0.01s 1676KB
stdin
Standard input is empty
stdout
0 100 bfc21d24