#928
AriaTriunghi
Se dau coordonatele în plan a trei puncte. Să se afișeze valoarea ariei triunghiului pe care îl formează.
Problema | AriaTriunghi | Operații I/O |
ariatriunghi.in /ariatriunghi.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54905330 | Utilizator | |
Fișier | ariatriunghi.cpp | Dimensiune | 571 B |
Data încărcării | 11 Decembrie 2024, 20:08 | Scor / rezultat | 0 puncte |
ariatriunghi.cpp: In function 'int main()': ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'float*' [-Wformat=] fscanf(f,"%d %d %d %d %d %d",&x1,&y1,&x2,&y2,&x3,&y3); ^ ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'float*' [-Wformat=] ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'float*' [-Wformat=] ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'float*' [-Wformat=] ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'float*' [-Wformat=] ariatriunghi.cpp:11:57: warning: format '%d' expects argument of type 'int*', but argument 8 has type 'float*' [-Wformat=] ariatriunghi.cpp:11:58: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%d %d %d %d %d %d",&x1,&y1,&x2,&y2,&x3,&y3); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema AriaTriunghi 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ă.