#include <stdio.h> int main() { printf("%c%c%c%c%c",getchar(), getchar(), getchar(), getchar(), getchar()); return 0; }