#include<stdio.h> int main() { int a,b; while(scanf("%d%d", &a, &b) == 2)printf("%d\n",a+b); return 0; }
70,023
社区成员
243,263
社区内容
加载中
试试用AI创作助手写篇文章吧