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

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

报告相同问题?

悬赏问题

  • ¥15 无源定位系统的时差估计误差标准差
  • ¥15 请问这个代码哪里有问题啊
  • ¥20 python--version在命令端输入结果Python is not defined怎么办?还有pip不是exe格式是不是没安装成功?
  • ¥15 通过GaussianView进行结构微调消除虚频
  • ¥15 调用transformers库
  • ¥15 由于导出的数据名字中带有/,导致Matlab打不开,怎么办?
  • ¥15 新硬盘安装的程序总是崩溃,提示遇到错误
  • ¥15 openpcdet自制数据集评估bev精度和3d精度相同
  • ¥15 excel 上下按钮 显示行
  • ¥20 云卓h12pro 数传问题