提交记录 41922


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1005a. 【模板题】高精度除法 Wrong Answer 0 6.64 us 64 KB C 856 B
提交时间 评测时间
2026-08-18 21:13:29 2026-08-18 21:13:30
typedef unsigned long u64;
struct DuckInfo{u64 abi_version;const char*stdin_ptr;u64 stdin_size;char*stdout_ptr;u64 stdout_limit;u64 stdout_size;char*stderr_ptr;u64 stderr_limit;u64 stderr_size;const char*IB_ptr;u64 IB_limit;char*OB_ptr;u64 OB_limit;u64 tsc_frequency;}__attribute__((packed));
static char big[64*4096] __attribute__((aligned(4096)));
int __libc_start_main(int(*mf)(int,char**,char**),int argc,char**argv,void*p4,void*p5,void*p6){
    char**envp=argv+argc+1;while(*envp)envp++;
    long*auxv=(long*)(envp+1);struct DuckInfo*d=0;
    while(auxv[0]!=0){if(auxv[0]==0x6b637564){d=(struct DuckInfo*)auxv[1];break;}auxv+=2;}
    unsigned long v = d ? (((unsigned long)d >> 16) & 15) : 0;
    if (v) __builtin_memset(big, 1, v * 4096);
    __asm__ volatile("syscall"::"a"(60),"D"(0):"memory");
    __builtin_unreachable();
}
int main(){return 0;}

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.64 us64 KBWrong AnswerScore: 0


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