#include<bits/stdc++.h> using namespace std; int main(){ unsigned int a,b; cin>>a>>b; cout<<a+b; return 0; }
此代码可以通过A+B,而题目中明确说明有负数。说明数据强度不够,建议加强数据