# Standard methods for input stream from console, serveing for OJ practice

**URL:** https://discourse.julialang.org/t/standard-methods-for-input-stream-from-console-serveing-for-oj-practice/32329
**Category:** General Usage
**Tags:** input-output
**Created:** [December 16, 2019, 10:54am UTC](https://discourse.julialang.org/t/standard-methods-for-input-stream-from-console-serveing-for-oj-practice/32329 "2019-12-16T10:54:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LibraNeptune](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/libraneptune/32/9540_2.png) [@LibraNeptune](https://discourse.julialang.org/u/LibraNeptune)
#### Post date: [December 16, 2019, 10:54am UTC](https://discourse.julialang.org/t/standard-methods-for-input-stream-from-console-serveing-for-oj-practice/32329/1 "2019-12-16T10:54:15Z")

</div>

Several types:

1. Single-digit of numeric value input
2. One-by-one numeric values input [numeric array, split by blank]
3. Multiple lines of numeric values or component input mixed with strings
4. Large-scale data input  
All the data should be given in the console and file-based method is optional to consider as well
