fork download
  1. #include <stdio.h>
  2. void main(void) {
  3. printf("%d %d %d\n", (char)10, (char)(10+256), (char)(10-256));
  4. }
Runtime error #stdin #stdout 0s 4560KB
stdin
Standard input is empty
stdout
10 10 10