var
a,b:int64;
s:string;
h:integer;
begin
read(a,b);
s:=str(a-b);
h:=length(s);
repeat
h:=h-1;
if h mod 3=0 then write(',') else write(copy(s,h,1));
until h<=1
end.
快速帮助 | 运行状态 | 反馈举报 | 关于我们 | 免责声明 | 浙ICP备11060257号 Processed in 0.0031 Second(s) Copyright (C) RQNOJ 2007-2019. All Rights Reserved.