提交记录 1075


用户 题目 状态 得分 用时 内存 语言 代码长度
wys 1000. 测测你的 A+B Time Limit Exceeded 0 10 us 3916 KB C 140 B
提交时间 评测时间
2018-06-20 20:20:38 2020-07-31 20:46:16
int plus(int a, int b)
{
int test[1000000];
test[(a + 1000000000) % 233] = b;
test[(b + 1000000000) % 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:46:33 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠