9 lines
85 B
C

#include <stdlib.h>
#include <stdio.h>
int main (void) {
return EXIT_SUCCESS;
}