#934
DistantaPunctSegment
Se dau în plan, un punct și un segment. Să se determine distanța minimă de la punctul dat la un punct aparținând segmentului.
Problema | DistantaPunctSegment | Operații I/O |
distantapunctsegment.in /distantapunctsegment.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51241093 | Utilizator | |
Fișier | distantapunctsegment.cpp | Dimensiune | 1.57 KB |
Data încărcării | 31 Mai 2024, 19:39 | Scor / rezultat | 40 puncte |
distantapunctsegment.cpp: In function 'int main()': distantapunctsegment.cpp:57:16: warning: unused variable 'p' [-Wunused-variable] float dist,p,aria,a,b,c,x,y,m; ^ distantapunctsegment.cpp:57:18: warning: unused variable 'aria' [-Wunused-variable] float dist,p,aria,a,b,c,x,y,m; ^ distantapunctsegment.cpp:57:29: warning: unused variable 'x' [-Wunused-variable] float dist,p,aria,a,b,c,x,y,m; ^ distantapunctsegment.cpp:57:31: warning: unused variable 'y' [-Wunused-variable] float dist,p,aria,a,b,c,x,y,m; ^ distantapunctsegment.cpp:57:33: warning: variable 'm' set but not used [-Wunused-but-set-variable] float dist,p,aria,a,b,c,x,y,m; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | OK. | 10 | 10 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 40 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema DistantaPunctSegment face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.