1 2 3 4 5 6
#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> int64_t square(int64_t x);