Print a character. Unlike the default print function, this function does not insert quotes.
Print a character with a newline. Unlike the default println function, this function does not insert quotes.
Read a single value in a line.
Read two values in a line. The values must be separated by a single space, and each value except the last must not contain spaces.
Read three values in a line. The values must be separated by a single space, and each value except the last must not contain spaces.
Read four values in a line. The values must be separated by a single space, and each value except the last must not contain spaces.
Read five values in a line. The values must be separated by a single space, and each value except the last must not contain spaces.
Unsafe: read float64 from the standard input This function is necessary for strict time limits.
Unsafe: read int64 from the standard input. This function is necessary for strict time limits.
Input/Output
A sample code using this module:
.