提交记录 27483
用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
---|---|---|---|---|---|---|---|
wdnmdwrnmmp | 1000. 测测你的 A+B | Compile Error | 0 | 0 ns | 0 KB | C++ | 149 B |
提交时间 | 评测时间 |
---|---|
2024-12-17 14:40:43 | 2024-12-17 14:40:44 |
const int mod=998244353;
int sum(int x, int y){
int res=x+y;
if(res>=P){
res-= P;
}
return res;
}
int plus(int a, int b)
{
return sum(a, b);
}
Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-04-20 09:32:03 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠