fork download
  1. #include <iostream>
  2. #include <string>
  3.  
  4. using namespace std;
  5. int main ()
  6. {
  7. string yow[3][2];
  8. getline(cin,yow[0][1]);
  9. cout<<yow;
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 3344KB
stdin
Standard input is empty
stdout
0xbfb99858