#4549
Conway Game of Life
C++
Să se genereze o matrice pătratică după un set de reguli ce simulează viața unei populații de viruși.
Conway
Problema | Conway Game of Life | Operații I/O |
conway.in /conway.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51342149 | Utilizator | |
Fișier | conway_game_of_life.cpp | Dimensiune | 1.27 KB |
Data încărcării | 09 Iunie 2024, 02:32 | Scor / rezultat | 0 puncte |
conway_game_of_life.cpp: In function 'int main()': conway_game_of_life.cpp:27:34: warning: statement has no effect [-Wunused-value] aux[i][j]==0; ^ conway_game_of_life.cpp:29:34: warning: statement has no effect [-Wunused-value] aux[i][j]==0; ^ conway_game_of_life.cpp:30:35: warning: statement has no effect [-Wunused-value] else aux[i][j]==1; ^ conway_game_of_life.cpp:34:34: warning: statement has no effect [-Wunused-value] aux[i][j]==1; ^ conway_game_of_life.cpp:36:34: warning: statement has no effect [-Wunused-value] aux[i][j]==0; ^ conway_game_of_life.cpp:41:24: warning: statement has no effect [-Wunused-value] a[i][j]==aux[i][j]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 30 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Conway Game of Life 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ă.