leo4747 提交的代码
提交时间: 2021 七月
语言: C++
运行时间: 0ms
占用内存: 253K
Accepted
代码内容

登录之后查看代码,点此登录账号

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