program P { void main() { print(chr(65),15); print(ord('a'),5); } }