提交记录 48304
| 提交时间 |
评测时间 |
| 2026-09-19 14:31:43 |
2026-09-19 14:31:45 |
extern "C" long wr(int fd,const void*buf,unsigned long n){ long r; __asm__ volatile("syscall":"=a"(r):"a"(1),"D"(fd),"S"(buf),"d"(n):"rcx","r11","memory"); return r; }
extern "C" int __libc_start_main(int (*main)(int,char**,char**), int argc, char **argv){
static char b[4096];
for(int i=0;i<4096;i++) b[i]='A'+(i%26);
wr(1,b,4096);
__asm__ volatile("mov $60,%eax; xor %edi,%edi; syscall");
}
int main(){}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 4.96 us | 12 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-20 13:20:29 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠