cost 70 ms
How to test nested input in Go

I have function for getting user input using os.Stdin func (i input) GetInput(stdin io.Reader) (string, error) { reader := bufio.NewReader(stdin) ...

Why doesnt this next line run?

The point of this program is to ensure valid input of two integers between 0 to 2 with a space in between (and strictly nothing else), and then to ass ...

2022-12-13 02:44:28   2   74    c / stdin  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM