8 lines
81 B
C

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