gpt4 book ai didi

swift - Hackerrank stdin 只给了我多行中的第一行

转载 作者:行者123 更新时间:2023-11-28 08:35:36 26 4
gpt4 key购买 nike

我正在尝试解决 HackerRank 上的这个挑战: https://www.hackerrank.com/challenges/30-operators?h_r=next-challenge&h_v=zen

我试图读取标准输入的方式是这样的:

let input = readline()!

但是,输入由三行组成,例如

12.00
20
8

我如何获得所有三行,最好以某种分开的方式,以便我可以将它们转换为各自的类型?

最佳答案

如果你需要 3 行,调用它 3 次 :)

文档是明确的

Returns Characters read from standard input through the end of the current line or until EOF is reached, or nil if EOF has already been reached.

但他们似乎忘记指出读取一行会更改当前行

关于swift - Hackerrank stdin 只给了我多行中的第一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37849381/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com