摘要:
'use strict'; process.stdin.resume(); process.stdin.setEncoding('utf-8'); let inputString = ''; let currentLine = 0; process.stdin.on('data', inputStdin => { inputString += inputStdin; }); p... 阅读全文
posted @ 2019-07-20 11:17
乱世有歌舞
阅读(163)
评论(0)
推荐(0)
摘要:
Day 0: Hello, World. Task To complete this challenge, you must save a line of input from stdin to a variable, print Hello, World. on a single line, an 阅读全文
posted @ 2019-07-20 11:03
乱世有歌舞
阅读(206)
评论(0)
推荐(0)

浙公网安备 33010602011771号