5 public static int Main (string[] args
) {
7 string ts1
= "abcdefghijklmnopqrstuvwxyz";
10 repeat
= Convert
.ToInt32 (args
[0]);
12 Console
.WriteLine ("Repeat = " + repeat
);
16 for (int i
= 0; i
< (repeat
* 50); i
++) {
17 for (int j
= 0; j
< 100000; j
++) {
20 for (k
= 0; k
< len
; ++k
)