test #include <cstdio> int main() { printf("Hello world!\n"); return 0; } 转载于:https://www.cnblogs.com/zhaosdfa/p/3194182.html