#include <stdlib.h>
#include <stdio.h>


int main (void) {

  return EXIT_SUCCESS;
}