#include int main() { int* x; void* y; x = y; char s[16]; scanf("%s", s); printf("%s\n", s); return 0; }