import <iostream>; int main() { std::cout << "hello world\n"; return 0; }
编译器:VS-2022
C++语言标准:C++20
项目属性设置: