别看上面的,代码很短的, 因为都在int范围之内,所以可以直接这样写
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }
Using your 蒙青创OJ universal account