L1-045. 宇宙无敌大招呼

本文介绍了一个简单的C语言程序,该程序能够接收用户输入的星球名称,并输出一条问候消息。通过这个例子,读者可以了解到基本的输入输出操作以及字符串处理。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

题目:

据说所有程序员学习的第一个程序都是在屏幕上输出一句“Hello World”,跟这个世界打个招呼。作为天梯赛中的程序员,你写的程序得高级一点,要能跟任意指定的星球打招呼。

输入格式:

输入在第一行给出一个星球的名字S,是一个由不超过7个英文字母组成的单词,以回车结束。

输出格式:

在一行中输出“Hello S”,跟输入的S星球打个招呼。

输入样例:
Mars
输出样例:
Hello Mars

code:

#include<stdio.h>
#include<string.h>
#include<iostream>
#include<algorithm>
#include<math.h>
#include<map>
#include<set>
using namespace std;
int main()
{
  char s[50];
  while(~scanf("%s",s)){
    printf("Hello %s\n",s);
  }
  return 0;
}


root@ubuntu22:~/FPGAs_AdaptiveSoCs_Unified_2024.1_0522_2023# ls api-ms-win-core-console-l1-1-0.dll api-ms-win-core-synch-l1-1-0.dll bin api-ms-win-core-datetime-l1-1-0.dll api-ms-win-core-synch-l1-2-0.dll concrt140.dll api-ms-win-core-debug-l1-1-0.dll api-ms-win-core-sysinfo-l1-1-0.dll data api-ms-win-core-errorhandling-l1-1-0.dll api-ms-win-core-timezone-l1-1-0.dll installLibs.sh api-ms-win-core-file-l1-1-0.dll api-ms-win-core-util-l1-1-0.dll lib api-ms-win-core-file-l1-2-0.dll api-ms-win-crt-conio-l1-1-0.dll msvcp140_1.dll api-ms-win-core-file-l2-1-0.dll api-ms-win-crt-convert-l1-1-0.dll msvcp140_2.dll api-ms-win-core-handle-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll msvcp140.dll api-ms-win-core-heap-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll payload api-ms-win-core-interlocked-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll scripts api-ms-win-core-libraryloader-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll tps api-ms-win-core-localization-l1-2-0.dll api-ms-win-crt-math-l1-1-0.dll ucrtbase.dll api-ms-win-core-memory-l1-1-0.dll api-ms-win-crt-multibyte-l1-1-0.dll vccorlib140.dll api-ms-win-core-namedpipe-l1-1-0.dll api-ms-win-crt-private-l1-1-0.dll vcruntime140_1.dll api-ms-win-core-processenvironment-l1-1-0.dll api-ms-win-crt-process-l1-1-0.dll vcruntime140.dll api-ms-win-core-processthreads-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll xsetup api-ms-win-core-processthreads-l1-1-1.dll api-ms-win-crt-stdio-l1-1-0.dll xsetup.exe api-ms-win-core-profile-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll xsetup.exe.manifest api-ms-win-core-rtlsupport-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll api-ms-win-core-string-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll 这是linux版本还是windows版本
最新发布
07-19
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值