reindent, add #include <cstding>

This commit is contained in:
Laurent Perron
2021-04-23 14:55:51 +02:00
parent 856e3502a8
commit 29791a179f
19 changed files with 177 additions and 178 deletions

View File

@@ -16,7 +16,8 @@
// Compute a sequence of numbers such that the number of occurrences of i
// in the sequence is equal to the value of the ith number.
#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"