1 2 3 4 5 6 7
for (int i = 0; i < 1e7; ++i) { file a=output("out/"+(string) i); write(a,i,endl); close(a); }