bcde99f
1 2 3 4 5 6
int x = 0; int N = rand(0,1000); while (rand(0,1)==0) { if (x < N) x = x + 1; } print(x);