fork download
  1. #include <cstdio>
  2.  
  3. int main()
  4. {
  5. char a = (char) 256;
  6. printf("%d\n", a);
  7. }
  8.  
Success #stdin #stdout 0s 2828KB
stdin
Standard input is empty
stdout
0