doumu2172 2017-09-14 15:55 采纳率: 0%
浏览 47
已采纳

Golang:fmt.Printf stdout的挂起发生在fmt.scan的for循环旁边

As title, it's hard for me to describe the problem. So I showed the sample code, input and output below.

package main

import (
    "fmt"
)

func main() {
    for i := 1; i <= 3; i++ {
        var a, b, c string
        fmt.Scan(&a)
        fmt.Scan(&b)
        fmt.Scan(&c)
        fmt.Printf("%s
", a)
    }
}

Input

a b c
d e f
g h i

Expected Output

a
d
g

However, the actual output printed "a", "d" first. Then, after pressing return (enter) key, "g" was printed. This was actual output.


Update

If I pasted whole nine characters, the third iteration was hung. However, if I merely enter character one after another, it met the expected output.

  • 写回答

1条回答 默认 最新

  • dtwupu6414 2017-09-14 17:30
    关注

    How did you enter that input without a return (enter) ?

    If you run this interactively and actually typing in all the input I think you'll understand the reason for the output.

    You will have to:

    • Type a b c - nothing will output yet as the third Scan does not know if c is all you'll type
    • Press return (enter) - only at this point you'll see the a output
    • Do the same for the other lines

    Take a look at the doc for Scan which explains this as well:

    https://golang.org/pkg/fmt/#Scan

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料