Kattis.IO.Scanner.NextLong C# (CSharp) Method

NextLong() public method

public NextLong ( ) : long
return long
        public long NextLong()
        {
            return long.Parse(Next());
        }