bzoj 1000

一道伟大的题。

#include"cstdio"
int main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d",a+b);
    return 0;
}

 

posted @ 2018-01-23 19:55  TrassBlose  阅读(88)  评论(0编辑  收藏  举报