#include <iostream>
using namespace std;

int main() {
	// your code goes here
	char c= cin.get(); 
	cout<<"Result: "<<(int)c<<endl; 
	return 0;
}