?

Generation

generate functionMon, 20 Feb 2023

moving black ball

void MoveBall(int n, int m) { if (n > m) printf("%d %d", n, m); else printf("%d %d", m, n); }

Want to kickstart your project?Use the new AI Studio to create your code