#include int main(){ char c; scanf("%c", &c); printf("%c %c\n%d %d %d", c, c + 1, c - 1, c, c + 1); }