20分求助,哪位大佬有加速的方法?
查看原帖
20分求助,哪位大佬有加速的方法?
762928
Runtime_Error754楼主2023/5/22 19:36

U272735

#include<bits/stdc++.h>
using namespace std;
int main()
{
 	int a,b;
 	scanf("%d%d",&a,&b);
 	printf("%d",a+b);
	return 0;
}

2023/5/22 19:36
加载中...