题解 1083: Hello, world!

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

Hello, world! (C语言代码)

摘要:解题思路:把读取的数字转换为对应的ascii码即可!注意事项:参考代码:#include<stdio.h>int main(){    int i=0,num[50],leng;    while(s……

Hello, world! (Java代码)

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main {         public static void Ascll(String ……