Lesson 8.

This commit is contained in:
unlockable
2022-11-07 13:49:28 +08:00
parent d12429be97
commit 777e33d692
5 changed files with 124 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ int main() {
for (i = 0; i < 40; i++) {
people[i] = ALIVE;
}
startTime = clock();
printf("Stand at %d\n",recursion(0,0)+1);
finishTime = clock();