提交记录 11345


用户 题目 状态 得分 用时 内存 语言 代码长度
shiroi 1000i. 【传统题】 A+B Problem Wrong Answer 0 41.99 us 36 KB C++ 251 B
提交时间 评测时间
2019-12-03 15:05:15 2020-08-01 02:42:35
#include <bits/stdc++.h>
using namespace std;

inline int read()
{
int x=0;int f=1;char ch=getchar();
while(!isdigit(ch)){if(ch=='-')f=-1;ch=getchar();}
while(isdigit(ch)){x=x*10+ch-'0';ch=getchar();}
return x*f;
}

main(){printf("%d",read()+read());}

CompilationN/AN/ACompile OKScore: N/A

Testcase #141.99 us36 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2024-04-24 04:37:20 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用