:-D (淼淼淼)
查看原帖
:-D (淼淼淼)
310801
Spouter_27楼主2021/10/13 20:26
#include<bits/stdc++.h>
using namespace std;
int main(){
	unsigned int a,b;
	cin>>a>>b;
	cout<<a+b;
	return 0;
}

此代码可以通过A+B,而题目中明确说明有负数。说明数据强度不够,建议加强数据

2021/10/13 20:26
加载中...