main.cpp 107 B

1234567
  1. #include <cstdio>
  2. int main()
  3. {
  4. printf("%s 向你问好!\n", "ConsoleApplication1");
  5. return 0;
  6. }