How can i make this code work?:((( | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 1

How can i make this code work?:(((

The problem says you have 3 points a b c read through xoy coordinates and you have to determine if these points make a triangle. If not, show 'IMPOSIBIL'(impossible in romanian;)). I used this formula: AB=sqrt of (Ax-Bx)^2 + (Ay-By)^2. The compiler apparently has a proble. With the sqrt function. Any ideas why? https://code.sololearn.com/cRjxVpmqEPf8/?ref=app

2nd Dec 2018, 12:55 PM
Cristian Ionescu
1 Resposta
+ 2
It tells you that the function is unkown. Either implement sqrt on your own or more simple #include <math.h>
2nd Dec 2018, 1:19 PM
Matthias
Matthias - avatar