fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. char big[] = "AAAAAAAAAAAAAAAAAAAAAAAA\x01\x10\x40\x00";
  6. printf(big);
  7. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
AAAAAAAAAAAAAAAAAAAAAAAA@