2190: Little Ke's problem 摘要:解题思路:注意事项:参考代码:n = input() print(f"What is your name? Hello {n}, nice to meet you.")…… 题解列表 2022年01月24日 0 点赞 0 评论 163 浏览 评分:0.0
Little Ke's problem 摘要:解题思路:用gets()函数输入字符串就行。注意事项:gets(字符数组)是从键盘将带有空格的字符序列(以回车键结束)全部输入到指定的字符数组中,并自动加字符串结束符“\0”。该函数返回值是字符数组的…… 题解列表 2021年12月01日 0 点赞 0 评论 214 浏览 评分:0.0
Little Ke's problem Python解决 摘要:解题思路: 简单的变量存储值并输出参考代码:input_a = input()print("What is your name? Hello "+input_a+", nice to meet …… 题解列表 2021年08月28日 0 点赞 0 评论 190 浏览 评分:9.9
Little Ke's problem-题解(Java代码) 摘要:解题思路: 注意事项:参考代码:import java.util.Scanner; public class Main{ public static void main(Stri…… 题解列表 2021年02月15日 0 点赞 0 评论 1512 浏览 评分:9.9