提交记录 19472


用户 题目 状态 得分 用时 内存 语言 代码长度
Admin 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 191 B
提交时间 评测时间
2023-05-16 13:11:13 2023-05-16 13:11:14
#include<cstdio>

long long plus(long long a, long long b)
{
	return a + b;
}
long long x,y;
int main(){
        scanf("%lld%lld",&x,&y);
        printf("%lld",plus(x,y));
        return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-15 08:31:12 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠