#include <iostream>
using namespace std;
int main() {
cout << "enter a number from 0 to 93";
int x;
std::cin >> x;
cout << "you entered " << x;
if (x == 0) {
cout << " which corresponds " << '!';
}
if (x == 1) {
cout << " which corresponds " << '"';
}
if (x == 2) {
cout << " which corresponds " << '#';
}
if (x == 3) {
cout << " which corresponds " << '$';
}
if (x == 4) {
cout << " which corresponds " << '%';
}
if (x == 5) {
cout << " which corresponds " << '&';
}
if (x == 6) {
cout << " which corresponds " << "'";
}
if (x == 7) {
cout << " which corresponds " << '(';
}
if (x == 8) {
cout << " which corresponds " << ')';
}
if (x == 9) {
cout << " which corresponds " << '*';
}
if (x == 10) {
cout << " which corresponds " << '+';
}
if (x == 11) {
cout << " which corresponds " << ',';
}
if (x == 12) {
cout << " which corresponds " << '-';
}
if (x == 13) {
cout << " which corresponds " << '.';
}
if (x == 14) {
cout << " which corresponds " << '/';
}
if (x == 15) {
cout << " which corresponds " << '0';
}
if (x == 16) {
cout << " which corresponds " << '1';
}
if (x == 17) {
cout << " which corresponds " << '2';
}
if (x == 18) {
cout << " which corresponds " << '3';
}
if (x == 19) {
cout << " which corresponds " << '4';
}
if (x == 20) {
cout << " which corresponds " << '5';
}
if (x == 21) {
cout << " which corresponds " << '6';
}
if (x == 22) {
cout << " which corresponds " << '7';
}
if (x == 23) {
cout << " which corresponds " << '8';
}
if (x == 24) {
cout << " which corresponds " << '9';
}
if (x == 25) {
cout << " which corresponds " << ':';
}
if (x == 26) {
cout << " which corresponds " << ';';
}
if (x == 27) {
cout << " which corresponds " << '<';
}
if (x == 28) {
cout << " which corresponds " << '=';
}
if (x == 29) {
cout << " which corresponds " << '>';
}
if (x == 30) {
cout << " which corresponds " << '?';
}
if (x == 31) {
cout << " which corresponds " << '@';
}
if (x == 32) {
cout << " which corresponds " << 'A';
}
if (x == 33) {
cout << " which corresponds " << 'B';
}
if (x == 34) {
cout << " which corresponds " << 'C';
}
if (x == 35) {
cout << " which corresponds " << 'D';
}
if (x == 36) {
cout << " which corresponds " << 'E';
}
if (x == 37) {
cout << " which corresponds " << 'F';
}
if (x == 38) {
cout << " which corresponds " << 'G';
}
if (x == 39) {
cout << " which corresponds " << 'H';
}
if (x == 40) {
cout << " which corresponds " << 'I';
}
if (x == 41) {
cout << " which corresponds " << 'J';
}
if (x == 42) {
cout << " which corresponds " << 'K';
}
if (x == 43) {
cout << " which corresponds " << 'L';
}
if (x == 44) {
cout << " which corresponds " << 'M';
}
if (x == 45) {
cout << " which corresponds " << 'N';
}
if (x == 46) {
cout << " which corresponds " << 'O';
}
if (x == 47) {
cout << " which corresponds " << 'P';
}
if (x == 48) {
cout << " which corresponds " << 'Q';
}
if (x == 49) {
cout << " which corresponds " << 'R';
}
if (x == 50) {
cout << " which corresponds " << 'S';
}
if (x == 51) {
cout << " which corresponds " << 'T';
}
if (x == 52) {
cout << " which corresponds " << 'U';
}
if (x == 53) {
cout << " which corresponds " << 'V';
}
if (x == 54) {
cout << " which corresponds " << 'W';
}
if (x == 55) {
cout << " which corresponds " << 'X';
}
if (x == 56) {
cout << " which corresponds " << 'Y';
}
if (x == 57) {
cout << " which corresponds " << 'Z';
}
if (x == 58) {
cout << " which corresponds " << '[';
}
if (x == 59) {
cout << " which corresponds " << 'slash';
}
if (x == 60) {
cout << " which corresponds " << ']';
}
if (x == 61) {
cout << " which corresponds " << '^';
}
if (x == 62) {
cout << " which corresponds " << '_';
}
if (x == 63) {
cout << " which corresponds " << '`';
}
if (x == 64) {
cout << " which corresponds " << 'a';
}
if (x == 65) {
cout << " which corresponds " << 'd';
}
if (x == 66) {
cout << " which corresponds " << 'c';
}
if (x == 67) {
cout << " which corresponds " << 'd';
}
if (x == 68) {
cout << " which corresponds " << 'e';
}
if (x == 69) {
cout << " which corresponds " << 'f';
}
if (x == 70) {
cout << " which corresponds " << 'g';
}
if (x == 71) {
cout << " which corresponds " << 'h';
}
if (x == 72) {
cout << " which corresponds " << 'i';
}
if (x == 73) {
cout << " which corresponds " << 'j';
}
if (x == 74) {
cout << " which corresponds " << 'k';
}
if (x == 75) {
cout << " which corresponds " << 'l';
}
if (x == 76) {
cout << " which corresponds " << 'm';
}
if (x == 77) {
cout << " which corresponds " << 'n';
}
if (x == 78) {
cout << " which corresponds " << 'o';
}
if (x == 79) {
cout << " which corresponds " << 'p';
}
if (x == 80) {
cout << " which corresponds " << 'q';
}
if (x == 81) {
cout << " which corresponds " << 'r';
}
if (x == 82) {
cout << " which corresponds " << 's';
}
if (x == 83) {
cout << " which corresponds " << 't';
}
if (x == 84) {
cout << " which corresponds " << 'u';
}
if (x == 85) {
cout << " which corresponds " << 'v';
}
if (x == 86) {
cout << " which corresponds " << 'w';
}
if (x == 87) {
cout << " which corresponds " << 'x';
}
if (x == 88) {
cout << " which corresponds " << 'y';
}
if (x == 89) {
cout << " which corresponds " << 'z';
}
if (x == 90) {
cout << " which corresponds " << '{';
}
if (x == 91) {
cout << " which corresponds " << '|';
}
if (x == 92) {
cout << " which corresponds " << '}';
}
if (x == 93) {
cout << " which corresponds " << '~';
}
return 0;
}