fork download
  1. #include <stdio.h>
  2.  
  3. struct bigStr {
  4. char *str;
  5. int size;
  6. } first, second, third;
  7.  
  8. int main(void) {
  9. // your code goes here
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2108KB
stdin
Standard input is empty
stdout
Standard output is empty