P1001 A+B Problem

有点不爽 #include <cstdio>要写,不然oj报错,可是我的devc++不报错 有时候要考虑 a+b是否溢出 21474836473   #include <iostream> #include <cstdio> using namespace std; int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d",a+b); r
相关文章
相关标签/搜索