// PID: 9DigitPidNoSpacesOrDashes
// I pledge the COMP 211 honor code.

#include <math.h>
#include <stdlib.h>

int main() {
    return EXIT_SUCCESS;
}