4 lines
53 B
PowerShell
4 lines
53 B
PowerShell
$file = gc 11.txt
|
|
|
|
$arr = New-Object int[][] 2000000
|
$file = gc 11.txt
|
|
|
|
$arr = New-Object int[][] 2000000
|