提交记录 4660


用户 题目 状态 得分 用时 内存 语言 代码长度
ldxoi 1000i. 【传统题】 A+B Problem Wrong Answer 0 9.35 us 12 KB C++ 316 B
提交时间 评测时间
2018-07-27 21:17:17 2020-07-31 23:10:33
#include <stdio.h>
#include<cctype>
inline int read(){
        int ans=0,w=1;
        char ch=getchar();
        while(!isdigit(ch)){if(ch=='-')w=-1;ch=getchar();}
        while(isdigit(ch))ans=(ans<<3)+(ans<<1)+(ch^48),ch=getchar();
        return ans*w;
}
int main() {
     printf("%d",read()+read());
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #19.35 us12 KBWrong AnswerScore: 0


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