提交记录 18802


用户 题目 状态 得分 用时 内存 语言 代码长度
xzyg 1000. 测测你的 A+B Accepted 100 8.4 us 12 KB C++ 155 B
提交时间 评测时间
2022-12-14 21:51:17 2022-12-14 21:51:18
#include<cstdio>
int plus(int a, int b)
{
    int t = 1;
	for(int i = 1; i <= 1000000000; i++) t *= i;
    
    scanf("%d %d", &a, &b);
    return a + b;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #18.4 us12 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-16 17:01:44 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠