#4463
pcp
Se consideră un număr natural nenul N
. Să se determine toate pătratele perfecte distincte care se obțin prin permutarea cifrelor numărului N
.
Lot informatică 2023
Problema | pcp | Operații I/O |
pcp.in /pcp.out
|
---|---|---|---|
Limita timp | 0.8 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50747481 | Utilizator | |
Fișier | pcp.cpp | Dimensiune | 923 B |
Data încărcării | 28 Aprilie 2024, 12:11 | Scor / rezultat | 28 puncte |
pcp.cpp: In function 'int main()': pcp.cpp:46:29: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] fprintf(fout,"%d\n",ii); ^ pcp.cpp:48:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] fprintf(fout,"%d\n",v[i]); ^ pcp.cpp:29:26: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin,"%lld",&n); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.728 secunde | OK. | 4 | 4 | ||
2 | 0.724 secunde | OK. | 4 | 4 | ||
3 | 0.72 secunde | OK. | 4 | 4 | ||
4 | 0.732 secunde | OK. | 4 | 4 | ||
5 | 0.724 secunde | OK. | 4 | 4 | ||
6 | 0.724 secunde | OK. | 4 | 4 | ||
7 | 0.724 secunde | OK. | 4 | 4 | ||
8 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
9 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
10 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
11 | 0.72 secunde | Raspuns gresit. | 4 | 0 | ||
12 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
13 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
14 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
15 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
16 | 0.72 secunde | Raspuns gresit. | 4 | 0 | ||
17 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
18 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
19 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
20 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
21 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
22 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
23 | 0.728 secunde | Raspuns gresit. | 4 | 0 | ||
24 | 0.736 secunde | Raspuns gresit. | 4 | 0 | ||
25 | 0.724 secunde | Raspuns gresit. | 4 | 0 | ||
Punctaj total | 28 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema pcp 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ă.