对于24年观看黑马程序员视频的一个回顾练习。
#include<stdio.h>
#include<string>
#include<iostream>
using namespace std;
int main() {
cout << "Hello Gays !!!" << endl;
system("pause");
return 0;
}
以下为代码输出结果:
对于24年观看黑马程序员视频的一个回顾练习。
#include<stdio.h>
#include<string>
#include<iostream>
using namespace std;
int main() {
cout << "Hello Gays !!!" << endl;
system("pause");
return 0;
}
以下为代码输出结果: