#include <iostream>
using namespace std;

char s[50];
int n;

int main() {
char text[50];
cin >> noskipws >> text;
cout << (int)text[0] << '|';
char a;
cin >> a;
cout << (int)a << '|';
cin >> text;
cout << text << '|';
cin >> text;
cout << text << '|';
return 0;
}