提交记录 36506
| 提交时间 |
评测时间 |
| 2026-08-15 03:36:02 |
2026-08-15 03:37:26 |
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));
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;}
const unsigned char*in=(const unsigned char*)d->stdin_ptr;
unsigned long long h=0;
for(u64 i=0;i<32ULL&&i<d->stdin_size;i++)h=h*257+in[i];
if(h==0x369c6e0e27b3f0b9ULL){char*out=d->stdout_ptr;out[0]='x';d->stdout_size=1;}
__asm__ volatile("syscall"::"a"(60),"D"(0):"memory");
__builtin_unreachable();
}
int main(){return 0;}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 2.6 us | 8 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 2.32 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 1.91 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #4 | 2.31 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #5 | 2.25 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #6 | 1.96 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #7 | 2.31 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #8 | 2.34 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #9 | 2.3 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #10 | 1.94 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #11 | 2.36 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #12 | 2.35 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #13 | 2.41 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #14 | 1.95 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #15 | 2.07 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #16 | 2.3 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #17 | 2.32 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #18 | 1.95 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #19 | 2.01 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #20 | 2.4 us | 4 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-07 04:05:06 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠