OJ-Problems-Source/OpenJudge/ch0101_冰封/02.pas

6 lines
65 B
ObjectPascal
Raw Normal View History

2016-07-06 14:15:22 +08:00
var a, b, c:longint;
begin
readln(a, b, c);
writeln(b);
end.