3 lines
37 B
Text
3 lines
37 B
Text
|
|
writeln(ord('a'));
|
||
|
|
writeln(chr(97));
|