#4267
PerechiPuncte
Se dau n
puncte în plan, nu neapărat distincte, fiecare punct fiind dat prin coordonatele sale (x, y)
, unde x
și y
sunt numere naturale. Spunem că două puncte (x, y)
și (i, j)
sunt simetrice dacă x = j
și y = i
. Să se determine numărul perechilor de puncte simetrice.
Folclorul informatic
Problema | PerechiPuncte | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.7 secunde | Limita memorie |
Total: 128 MB
/
Stivă 64 MB
|
Id soluție | #53970401 | Utilizator | |
Fișier | perechipuncte.cpp | Dimensiune | 1.46 KB |
Data încărcării | 16 Noiembrie 2024, 12:05 | Scor / rezultat | 20 puncte |
perechipuncte.cpp: In function 'int main()': perechipuncte.cpp:42:7: warning: narrowing conversion of 'xx1' from 'int' to 'short int' inside { } [-Wnarrowing] x = {xx1, yy1, 1}; ^ perechipuncte.cpp:42:7: warning: narrowing conversion of 'yy1' from 'int' to 'short int' inside { } [-Wnarrowing] perechipuncte.cpp:44:7: warning: narrowing conversion of 'xx2' from 'int' to 'short int' inside { } [-Wnarrowing] x = {xx2, yy2, 1}; ^ perechipuncte.cpp:44:7: warning: narrowing conversion of 'yy2' from 'int' to 'short int' inside { } [-Wnarrowing] perechipuncte.cpp:55:11: warning: narrowing conversion of 'xx2' from 'int' to 'short int' inside { } [-Wnarrowing] x = {xx2, yy2, 1}; ^ perechipuncte.cpp:55:11: warning: narrowing conversion of 'yy2' from 'int' to 'short int' inside { } [-Wnarrowing]
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.004 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0.008 secunde | OK. | 10 | 10 | ||
3 | 0.008 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0.016 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0.072 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0.116 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0.116 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0.104 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.14 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0.072 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 20 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PerechiPuncte 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ă.