- paste
go %s\n
- 2023-11-3 19:55:33 @
func Scanf(a *string) {
reader := bufio.NewReader(os.Stdin)
data, _, _ := reader.ReadLine()
*a = string(data)
}
0 comments
No comments so far...
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.