10926

#include <stdio.h>

int main(void){
    char str[50] = {0};
    scanf("%s", &str);

    printf("%s??!", str);
    return 0;
}

+ Recent posts