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

bq测试

结束 2025-06-04 19:00:00
Contest is over.
当前 2026-02-22 23:38:51

011

include <stdio.h>

int main() {

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

}


renji88888888  •  8个月前

比赛已结束。