This website works better with JavaScript.
Начало
Каталог
Помощ
Вход
kornerr
/
research-portable-memory
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Преглед на файлове
d
main
Михаил Капелько
преди 9 месеца
родител
e3b5ddea44
ревизия
e6e7561137
променени са
2 файла
, в които са
добавени 0
реда и са
изтрити 22
реда
Разделен изглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-17
Memory.Test.cpp
+0
-5
Memory.h
+ 0
- 17
Memory.Test.cpp
Целия файл
@@ -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
Целия файл
@@ -1,5 +0,0 @@
#include <map>
#include <string>
std::map<int, int> memory_generateConstPlayfield(int n);
std::string test_memory_generateConstPlayfield();
Write
Preview
Loading…
Отказ
Запис