/..

#CONTENT

#TOP

chal.c
C
#include <stdio.h>

int main() {
    char buf[13];
    gets(buf);
}