#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 | #51845528 | Utilizator | |
Fișier | distantapunctsegment.cpp | Dimensiune | 868 B |
Data încărcării | 28 August 2024, 18:40 | Scor / rezultat | 40 puncte |
distantapunctsegment.cpp: In function 'int main()': distantapunctsegment.cpp:14:12: warning: left operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^ distantapunctsegment.cpp:14:17: warning: right operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^ distantapunctsegment.cpp:14:22: warning: right operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^ distantapunctsegment.cpp:14:27: warning: right operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^ distantapunctsegment.cpp:14:32: warning: right operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^ distantapunctsegment.cpp:14:33: warning: right operand of comma operator has no effect [-Wunused-value] a.x, a.y, b.x, b.y, c.x, c.y; ^
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ă.