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

bq测试

结束 2025-06-04 19:00:00
Contest is over.
当前 2026-06-13 02:27:09

011

include <stdio.h>

int main() {

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

}


renji88888888  •  1年前

比赛已结束。