fork download
  1. typedef struct S_ {
  2. int i;
  3. } S;
  4.  
  5. int main() {
  6. S arr[3];
  7. arr->i = 3;
  8. }
Runtime error #stdin #stdout 0s 2244KB
stdin
Standard input is empty
stdout
Standard output is empty