Main.cpp 77 B

123456
  1. #include <iostream>
  2. int main() {
  3. std::cout << "test\n";
  4. return 0;
  5. }