SOI
Provides simple io for reading and writing from stdin and stdout.
Usage
use ;
Example input:
1 2 3 4 5 6 7 8 9
Example output:
n: 1, v: [2, 3, 4], v2: [5, 6, 7, 8, 9]
Provides simple io for reading and writing from stdin and stdout.
use ;
Example input:
1 2 3 4 5 6 7 8 9
Example output:
n: 1, v: [2, 3, 4], v2: [5, 6, 7, 8, 9]