用C++写一个简单个人电话号码查询系统 写出来能编译的满分

2024-12-18 21:15:21
推荐回答(1个)
回答1:

#include
using namespace std;
int main()
{
cout<<"HELLO"< return 0;
}