提交记录 280


用户 题目 状态 得分 用时 内存 语言 代码长度
Loi_dfkdsmbd 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C 604 B
提交时间 评测时间
2018-06-20 13:16:40 2020-07-31 20:37:00
#include<algorithm>
#include<iostream>
#include<cstring>
#include<cstdio>
#include<cmath>
#include<queue>
#define ri register int

using namespace std;

inline char gch()
{
    static char buf[50], *h = buf, *t = buf;
    return h == t && (t = (h = buf) + fread(buf, 1, 100000, stdin), h == t) ? EOF : *h ++;
}

inline void re(ri &x)
{
    x = 0;
    char a; bool b = 0;
    while(!isdigit(a = getchar()))
        b = a == '-';
    while(isdigit(a))
        x = (x << 1) + (x << 3) + a - '0', a = getchar();
    if(b == 1)
        x *= -1;
}

int main()
{
	ri a, b;
	re(a), re(b);
	printf("%u", a + b);
}

CompilationN/AN/ACompile ErrorScore: N/A


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