#3943
Cerc5
Se dă numărul natural n
. Determinati o modalitate de așezare a numerelor din mulțimea \({1,2,…,n}\) pe un cerc astfel încât suma a oricare două nume învecinate să fie pătrat perfect.
Problema | Cerc5 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53640488 | Utilizator | |
Fișier | cerc5.cpp | Dimensiune | 1.94 KB |
Data încărcării | 07 Noiembrie 2024, 09:25 | Scor / rezultat | Eroare de compilare |
cerc5.cpp:64:5: error: redefinition of 'int n' int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:6:5: error: 'int n' previously declared here int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:64:17: error: redefinition of 'int x [36]' int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:6:9: error: 'int x [36]' previously declared here int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:64:30: error: redefinition of 'int uz [36]' int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:6:21: error: 'int uz [36]' previously declared here int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:64:33: error: redefinition of 'int gata' int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp:6:33: error: 'int gata' previously declared here int n , x[35 + 1] , uz[35 + 1], gata; ^ cerc5.cpp: In function 'void Afisare()': cerc5.cpp:66:6: error: redefinition of 'void Afisare()' void Afisare() ^ cerc5.cpp:8:6: error: 'void Afisare()' previously defined here void Afisare() ^ cerc5.cpp: In function 'bool OK(int)': cerc5.cpp:74:6: error: redefinition of 'bool OK(int)' bool OK(int k) ^ cerc5.cpp:16:6: error: 'bool OK(int)' previously defined here bool OK(int k) ^ cerc5.cpp: In function 'void Back(int)': cerc5.cpp:86:6: error: redefinition of 'void Back(int)' void Back(int k) ^ cerc5.cpp:28:6: error: 'void Back(int)' previously defined here void Back(int k) ^ cerc5.cpp: In function 'int main()': cerc5.cpp:105:5: error: redefinition of 'int main()' int main() ^ cerc5.cpp:47:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cerc5 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ă.