missing typename

This commit is contained in:
greg
2019-04-07 09:52:11 -04:00
parent cf9c514b1b
commit 94b263b13f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -137,5 +137,5 @@ int main()
checksum += ++map[static_cast<int>(rng())];
}
}
printf("%d\n", checksum);
printf("%zu\n", checksum);
}