Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kornerr
/
research-portable-memory
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
d
main
Михаил Капелько
9 meses atrás
pai
e3b5ddea44
commit
e6e7561137
2 arquivos alterados
com
0 adições
e
22 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-17
Memory.Test.cpp
+0
-5
Memory.h
+ 0
- 17
Memory.Test.cpp
Ver arquivo
@@ -1,17 +0,0 @@
#include <string>
#include "Memory.h"
std::string test_memory_generateConstPlayfield() {
std::map<int, int> idGroups = memory_generateConstPlayfield(2);
if (
idGroups.size() == 4 &&
idGroups[0] == 0 &&
idGroups[1] == 0 &&
idGroups[2] == 1 &&
idGroups[3] == 1
) {
return "OK: memory_generateConstPlayfield";
}
return "ERR: memory_generateConstPlayfield";
}
+ 0
- 5
Memory.h
Ver arquivo
@@ -1,5 +0,0 @@
#include <map>
#include <string>
std::map<int, int> memory_generateConstPlayfield(int n);
std::string test_memory_generateConstPlayfield();
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar