银川去青海有几种途径去,都需要多上时间可以到达?

2025-12-14 02:48:30
推荐回答(1个)
回答1:

include
#include
#include
#include
using namespace std;

void main()
{
char filePath[256] = {0};
char tmp;
char *q = filePath;
printf("请输入文件路径:");
while (true)
{
tmp = getchar();
if (tmp != '\n')
{
*q=tmp;
q++;
}
else
break;
}