My First Blog2025年10月29日 / 1 min readView more blogs with the tag csdn【代码】My First Blog。 Test: #include <iostream> int main(){ std::cout << "Hello, my friend!"; return 0;}