l1.cpp 82 B

12345
  1. #include <iostream>
  2. int main() {
  3. std::cout << "hello" << std::endl;
  4. return 0;
  5. }