8 ms·
void decide() { while(((float)rand() / RAND_MAX) > 0.00000001); push_the_button(); } int main() { decide(); } Relevant: http://www
by samograd 13y ago
void decide() {
while(((float)rand() / RAND_MAX) > 0.00000001);
push_the_button();
}
int main() { decide(); }
Relevant: http://www.vagrearg.org/content/edm http://www.vagrearg.org/content/edm