mycode/Baekjoon/c/10926.c
notalentprogrammer f00b19f981 20250506 baekjoon
2025-05-06 22:00:09 +09:00

8 lines
95 B
C
Executable File

#include <stdio.h>
int main() {
char a[50];
scanf("%s",a);
printf("%s??\!",a);
return 0;
}