This is my code (C, 0.010 seconds) #include <stdio.h> #include <memory.h> #include <stdlib.h> #include <malloc.h> #define MODULE_NUM 1000000L #define LTYPE unsigned int #define MAX_SIZE 193 #define MAX_N 500 typedef struct { unsigned char size; LTYPE l[MAX_SIZE]; } big; /* Global variables */ big *g...