1 2 3 4 5 6
#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <time.h> int main(int argc, const char *argv[]) { return 0; }