SilkyFalcon

Generation

generate functionSun, 15 Jan 2023

Check from two inputs which one is grader?

bool checker(int a, int b) { int c = a - b; if (c > 0) return true; else return false; }

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