Sebastian Costa

Generation

generate functionFri, 17 Mar 2023

rastreador de celulares

bool TracPhone(int x1, int y1, int x2, int y2) { int distancia = sqrt((x2-x1)^2 + (y2-y1)^2); return distancia < 10; }

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