#include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d", a+b); return 0; }
posted on 2022-04-12 20:03 王陈锋 阅读(161) 评论(0) 编辑 收藏 举报