#933
DistantaPunctDreapta
Se dau în plan, un punct și o dreaptă. Să se determine distanța de la punct la dreaptă.
Problema | DistantaPunctDreapta | Operații I/O |
distantapunctdreapta.in /distantapunctdreapta.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #16830466 | Utilizator | |
Fișier | distantapunctdreapta.cpp | Dimensiune | 403 B |
Data încărcării | 22 Septembrie 2019, 00:00 | Scor / rezultat | 0 puncte |
distantapunctdreapta.cpp: In function 'int main()': distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 3 has type 'int*' [-Wformat=] fscanf(f,"%f%f%f%f%f%f",&x,&y,&x1,&y1,&x2,&y2); ^ distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 4 has type 'int*' [-Wformat=] distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 5 has type 'int*' [-Wformat=] distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 6 has type 'int*' [-Wformat=] distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 7 has type 'int*' [-Wformat=] distantapunctdreapta.cpp:9:50: warning: format '%f' expects argument of type 'float*', but argument 8 has type 'int*' [-Wformat=] distantapunctdreapta.cpp:9:51: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%f%f%f%f%f%f",&x,&y,&x1,&y1,&x2,&y2); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
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 | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema DistantaPunctDreapta 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ă.