提交记录 18742


用户 题目 状态 得分 用时 内存 语言 代码长度
pokefunc 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 271 B
提交时间 评测时间
2022-12-14 10:39:35 2022-12-14 10:39:36
#include<cstdio>
inline int read(){int x(0),op(0);char ch=getchar();while(ch<'0'||ch>'9')op|=(ch==45),ch=getchar();while(ch>='0'&&ch<='9')x=(x<<3)+(x<<1)+(ch^48),ch=getchar();return op?-x:x;}

int main(){
    int a=read(),b=read();
    printf("%d\n",a+b);
    return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


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