返回小组 开始 2025-06-04 13:00:00

bq测试

结束 2025-06-04 19:00:00
Contest is over.
当前 2025-06-26 21:29:52

011

include <stdio.h>

int main() {

int a, b,c;
scanf("%d%d", &a, &b);
c=a+b;
printf("%d", c);
return.0;

}


renji88888888  •  22天前

比赛已结束。