#285
x2y2k
Se dă un număr natural, k
. Să se determine toate perechile de numere naturale nenule x
, y
(x<=y
), cu proprietatea că x
2
+y
2
=k
.
Variante Bacalaureat 2009
Problema | x2y2k | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54129453 | Utilizator | |
Fișier | x2y2k.cpp | Dimensiune | 226 B |
Data încărcării | 20 Noiembrie 2024, 12:55 | Scor / rezultat | Eroare de compilare |
x2y2k.cpp: In function 'int main()': x2y2k.cpp:7:12: error: 'k' was not declared in this scope cin >> k; ^ x2y2k.cpp:8:17: error: 'y' was not declared in this scope for (int x; y;) ^ x2y2k.cpp:10:13: error: 'x2' was not declared in this scope if (x2+y2=k;) ^ x2y2k.cpp:10:16: error: 'y2' was not declared in this scope if (x2+y2=k;) ^ x2y2k.cpp:10:20: error: expected ')' before ';' token if (x2+y2=k;) ^ x2y2k.cpp:10:21: error: expected primary-expression before ')' token if (x2+y2=k;) ^ x2y2k.cpp:10:21: error: expected ';' before ')' token x2y2k.cpp:8:14: warning: unused variable 'x' [-Wunused-variable] for (int x; y;) ^ x2y2k.cpp:13:12: error: expected '(' before 'x2' if x2+y2=k ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema x2y2k 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ă.