fork download
  1. struct what {
  2. char the[3];
  3.  
  4. what()
  5. :the() //value initialize an array
  6. {}
  7. };
  8.  
  9. int main() {}
Success #stdin #stdout 0s 2880KB
stdin
Standard input is empty
stdout
Standard output is empty