You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.cpp 150 B

2 years ago
12345678
  1. #include <iostream> /**< std::cout std::endl */
  2. int main(int /* argc */, char * /* argv */[])
  3. {
  4. std::cout << "blf" << std::endl;
  5. return 0;
  6. }