fork download
  1. #include <iostream>
  2. #include <string>
  3.  
  4.  
  5. int main() {
  6.  
  7. std::string y = "ASdanjhjhjn";
  8. int x = 10;
  9. std::cout << x + "";
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0s 4400KB
stdin
Standard input is empty
stdout
Standard output is empty