#include <iostream>
#include <string>
using namespace std;

int main() {
	string l = "lox3";
	
	cout << l[2
	];
}