#3106
points1
(x,y)
cu proprietatea că x
și y
sunt numere întregi. Fie R
un număr natural pozitiv și C(O, R)
cercul cu centrul în originea sistemului de axe, de rază R
. Notăm cu P
1
, P
2
, P
3
, …, P
k
punctele laticiale care se găsesc pe cercul C(O,R)
, în ordine inversă a acelor de ceasornic, începând cu punctul de coordonate (R,0)
. Să se scrie un program care determină numărul punctelor laticiale N
cu proprietățile:
C(O, R)
;P
1
P
2
P
3
… P
k
.Lot Național Juniori 2019
Problema | points1 | Operații I/O |
points.in /points.out
|
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 128 MB
/
Stivă 8 MB
|
Id soluție | #34122530 | Utilizator | |
Fișier | points1.cpp | Dimensiune | 1.53 KB |
Data încărcării | 21 Ianuarie 2022, 20:50 | Scor / rezultat | 4 puncte |
points1.cpp: In function 'int main()': points1.cpp:12:47: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] #define FILES freopen("points.in", "r", stdin); freopen("points.out", "w", stdout); ^ points1.cpp:29:9: note: in expansion of macro 'FILES' FILES; ^ points1.cpp:12:83: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] #define FILES freopen("points.in", "r", stdin); freopen("points.out", "w", stdout); ^ points1.cpp:29:9: note: in expansion of macro 'FILES' FILES; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
1 | 0 secunde | OK. | 4 | 4 | ||
2 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
9 | 0.004 secunde | Raspuns gresit. | 4 | 0 | ||
10 | 0.004 secunde | Raspuns gresit. | 4 | 0 | ||
11 | 0.004 secunde | Raspuns gresit. | 4 | 0 | ||
12 | 0.008 secunde | Raspuns gresit. | 4 | 0 | ||
13 | 0.008 secunde | Raspuns gresit. | 4 | 0 | ||
14 | 0.028 secunde | Raspuns gresit. | 4 | 0 | ||
15 | 0.08 secunde | Raspuns gresit. | 4 | 0 | ||
16 | 0.092 secunde | Raspuns gresit. | 4 | 0 | ||
17 | 0.204 secunde | Raspuns gresit. | 4 | 0 | ||
18 | 0.304 secunde | Raspuns gresit. | 4 | 0 | ||
19 | Depășit | Limita de timp depășită | 4 | 0 | ||
20 | Depășit | Limita de timp depășită | 4 | 0 | ||
21 | Depășit | Limita de timp depășită | 4 | 0 | ||
22 | Depășit | Limita de timp depășită | 4 | 0 | ||
23 | Depășit | Limita de timp depășită | 4 | 0 | ||
24 | Depășit | Limita de timp depășită | 4 | 0 | ||
Punctaj total | 4 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema points1 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ă.