Toggle navigation
王码编程 OJ
首页
比赛
注册
登录
返回小组
开始
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天前
比赛已结束。