#include int main () { char c1; char c2; char c3; scanf("%c",&c1); scanf(" %c",&c2); scanf("%c \n",&c3); printf("sortie %c %c \n",c1,c2); return 1; }