#include <stdio.h>
Functions | |
void | prepareInput () |
No preprocessing. | |
void | execute () |
Execute by invoking malloc(numElements) a total of numT times. | |
void | postInputProcessing () |
No postprocessing. | |
void | problemUsage () |
No specific problem usage. | |
Variables | |
int | numElements |
Set by the command line -n argument. |
.numElements.
void execute | ( | ) |
Execute by invoking malloc(numElements) a total of numT times.
.numElements
output sum to be sure is correct.
void postInputProcessing | ( | ) |
No postprocessing.
void prepareInput | ( | ) |
No preprocessing.
void problemUsage | ( | ) |
No specific problem usage.
int numElements |
Set by the command line -n argument.
Note: This behavior is unusual. You have been warned.
Algorithm Development Kit 1.0