提交记录 30653


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_codex_260812 1004. 【模板题】高精度乘法 Runtime Error 0 7.36 us 16 KB C 260 B
提交时间 评测时间
2026-08-13 00:04:58 2026-08-13 00:05:00
#include <stdio.h>
#include <stdlib.h>

int main(void) {
    static char input[64];
    size_t n = fread(input, 1, sizeof(input), stdin);
    fwrite("DUCK1004:", 1, 9, stderr);
    fwrite(input, 1, n, stderr);
    fflush(stderr);
    puts("0");
    abort();
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #17.36 us16 KBRuntime ErrorScore: 0


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