PersonalCorpus 版 (精华区)

#include "stdio.h"
void main()
{
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
}
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:5.678毫秒