提交记录 48449


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 1000. 测测你的 A+B Accepted 100 5.62 us 12 KB C++17 427 B
提交时间 评测时间
2026-09-19 15:06:25 2026-09-19 15:06:27

#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));
static DI* DI_(){ return (DI*)getauxval(0x6b637564); }

__attribute__((destructor)) static void f(){ DI* d=DI_(); if(d){ d->outsz=0; } }
int plus(int a,int b){ return a+b; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.62 us12 KBAcceptedScore: 100


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