main(){int a,b;scanf("%d%d",&a,&b);printf("%d",a+b);}
a,b:integer;
begin
readln(a,b);
writeln(a+b);
end.
b=int(input())
print(a+b)
快速帮助 | 运行状态 | 反馈举报 | 关于我们 | 免责声明 | 浙ICP备11060257号 Processed in 0.0039 Second(s) Copyright (C) RQNOJ 2007-2019. All Rights Reserved.