5 public static double mathtest (int n
) {
8 for (int j
= 0; j
< 200000; j
++) {
16 public static int Main (string[] args
) {
20 repeat
= Convert
.ToInt32 (args
[0]);
22 Console
.WriteLine ("Repeat = " + repeat
);
24 for (int i
= 0; i
< (repeat
* 50); i
++)