Fix build error: missing printf declaration

This commit is contained in:
David Lin 2021-06-04 23:08:26 +08:00
parent 6d23fb210c
commit 1f385d8f30
1 changed files with 16 additions and 15 deletions

View File

@ -1,3 +1,4 @@
#include <cstdio>
#include <cstdlib>
#include <math.h>
#include <map>