A+B Problem

A+B Problem
A+B Problem

题目

A+B Problem

joke

A+B Problem

代码

#include<cstdio>
#include<ostream>
int main(void)
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d", a+b);
    return 0;
}
祝大家新年快乐!!!

谢谢大家!

上一篇:随便听听 Day3: The Economist


下一篇:cf---A. Amusing Joke