6 for (var i = 0; i < 300; ++i) {
9 for (var j = 0; j < n; ++j) {
43 for (var j = 0; j < 11; ++j) {
45 throw "Error: bad value at o[" + j + "]: " + o[j];
48 throw "Error: bad value at o.f: " + o.f;
50 throw "Error: bad value at o.f: " + o.g;
52 throw "Error: bad value at o.f: " + o.h;
54 throw "Error: bad value at o.f: " + o.i;
56 throw "Error: bad value at o.f: " + o.j;
58 throw "Error: bad value at o.f: " + o.k;
60 throw "Error: bad value at o.f: " + o.l;
62 throw "Error: bad value at o.f: " + o.m;
64 throw "Error: bad value at o.f: " + o.n;
66 throw "Error: bad value at o.f: " + o.o;
67 if (o.p != n - 1 + 10)
68 throw "Error: bad value at o.f: " + o.p;
69 if (o.q != n - 1 + 11)
70 throw "Error: bad value at o.f: " + o.q;
71 if (o.r != n - 1 + 12)
72 throw "Error: bad value at o.f: " + o.r;
73 if (o.s != n - 1 + 13)
74 throw "Error: bad value at o.f: " + o.s;
75 if (o.t != n - 1 + 14)
76 throw "Error: bad value at o.f: " + o.t;
77 if (o.u != n - 1 + 15)
78 throw "Error: bad value at o.f: " + o.u;
79 if (o.v != n - 1 + 16)
80 throw "Error: bad value at o.f: " + o.v;
81 if (o.w != n - 1 + 17)
82 throw "Error: bad value at o.f: " + o.w;