fork download
  1. #include <iostream>
  2.  
  3. // int main() {std::cout << "Hello!";} <- было так?
  4.  
  5. int main(void)
  6. {
  7. std::cout << "сам такой" << std::endl; // <- стало так :3
  8.  
  9. //Dev-C++? сам раскомментишь, не маленький
  10. //return EXIT_SUCCESS;
  11. }
  12.  
Success #stdin #stdout 0s 16048KB
stdin
Standard input is empty
stdout
сам такой