提交记录 18741


用户 题目 状态 得分 用时 内存 语言 代码长度
pokefunc 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 254 B
提交时间 评测时间
2022-12-14 10:39:04 2022-12-14 10:39:06
#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(){
    printf("%d\n",read()+read());
    return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


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