提交记录 1073


用户 题目 状态 得分 用时 内存 语言 代码长度
wys 1000. 测测你的 A+B Time Limit Exceeded 0 10 us 3916 KB C 110 B
提交时间 评测时间
2018-06-20 20:19:30 2020-07-31 20:46:13
int plus(int a, int b)
{
int test[1000000];
test[a % 233] = b;
test[b % 233] = a;
return a + b - test[100];
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #110 us3 MB + 844 KBTime Limit ExceededScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-25 11:43:59 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠