写一个头文件(hello.h)里面是这样的: #include<bits/stdc++.h> #define Hello using namespace std; int main(void){ #define World cout<<"Hello, World!"; return 0;} 然后主程序里…… #include "hello.h" Hello World
点赞 评论

相关推荐

牛客网
牛客企业服务