fork download
  1. #include <iostream>
  2.  
  3. int main(void){
  4.  
  5. std::string str1("sfsfasfdsdf");
  6. std::cout << str1 << std::endl;
  7. return 0;
  8. }
Success #stdin #stdout 0s 3028KB
stdin
Standard input is empty
stdout
sfsfasfdsdf