提交记录 48795
| 提交时间 |
评测时间 |
| 2026-09-19 15:37:43 |
2026-09-19 15:37:44 |
#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;
for(int i=0;i<600;i++) d->out[i]='0'+(i%10); d->outsz=600; return 0; }
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 5.35 us | 12 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-23 21:49:10 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠