begin
readln(n,m);
for i:=n to m do
str(i,s);
for j:=1 to length(s) do if s[j]='2' then inc(ans);
end;
write(ans);
end.
快速帮助 | 运行状态 | 反馈举报 | 关于我们 | 免责声明 | 浙ICP备11060257号 Processed in 0.0049 Second(s) Copyright (C) RQNOJ 2007-2019. All Rights Reserved.