fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. char test[255];
  5. for( int i = 0; i < 300; i++ )
  6. test[i] = '\xbf';
  7. return 0;
  8. }
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty