提交记录 48801


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 1000i. 【传统题】 A+B Problem Wrong Answer 0 5.14 us 8 KB C++17 455 B
提交时间 评测时间
2026-09-19 15:37:51 2026-09-19 15:38:03
#include <sys/auxv.h>
typedef unsigned long long u64;
struct DI { u64 abi; const char*in; u64 insz; char*out; u64 outlim; u64 outsz; char*err;
            u64 errlim; u64 errsz; const char*IB; u64 IBlim; char*OB; u64 OBlim; u64 tscfreq; }
            __attribute__((packed));
int main(){ DI* d=(DI*)getauxval(0x6b637564); if(!d) return 1;
  volatile unsigned long s=0; u64 n=d->insz<512?d->insz:512; for(u64 i=0;i<n;i++) s+=d->in[i]; return (int)(s&1); }

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.14 us8 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-09-23 21:48:25 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠