For this kind of task is better to use std.parallelism import std.stdio; import std.parallelism; void main() { auto squares = new long[100]; ...
確定! 回上一頁