提交记录 6217


用户 题目 状态 得分 用时 内存 语言 代码长度
STLGirlfriend 1000i. 【传统题】 A+B Problem Wrong Answer 0 10.66 us 16 KB C++ 216 B
提交时间 评测时间
2018-10-03 16:57:16 2020-08-01 00:40:39
#include <cstdio>
#include <cstdlib>

int main() {
    static char buf[1 << 26], *p = buf;
    fread(buf, 1, 1 << 26, stdin);
    int a = strtol(p, &p, 10);
    int b = strtol(p, &p, 10);
    printf("%d\n", a + b);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #110.66 us16 KBWrong AnswerScore: 0


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