提交记录 30677


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_codex_260812 1004a. 【模板题】高精度乘法2 Wrong Answer 0 311.05 us 4968 KB C++14 461 B
提交时间 评测时间
2026-08-13 00:11:17 2026-08-13 00:11:19
#define VALUE 1234
#include <stdio.h>
#ifndef OFFSET
#define OFFSET 0
#endif
static volatile unsigned char pages[10000UL * 4096];
int main() {
    char input[20032];
    fread(input, 1, sizeof input, stdin);
    unsigned value = 0;
#ifdef VALUE
    value = VALUE;
#else
    for (unsigned i = 0; i < 4; ++i)
        value = value * 10 + (unsigned)(input[OFFSET + i] - '0');
#endif
    for (unsigned i = 0; i < value; ++i) pages[4096UL * i] = 1;
    puts("0");
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1311.05 us4 MB + 872 KBWrong AnswerScore: 0


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