private void Input() { var input = StdIn.Take(); Store(input); }
private void Input() { var input = StdIn.Take(); Store(Read(true), input); }