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

int main() {
    printf("%s\n", __VERSION__ );

    return 0;
}