QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#523907 | #9107. Zayin and Count | langminjie# | WA | 0ms | 3468kb | C++14 | 165b | 2024-08-18 22:45:39 | 2024-08-18 22:45:39 |
Judging History
answer
#include <iostream>
#include <cstdio>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
if(a+b<100) cout<<a+b<<endl;
return 0;
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3468kb
input:
10000 1 0 0 0 1 1 0 0 0 1 0 0 1 0 1 1 1 1 0 0 950595954440050004054505054050 1 0 0 0 1 1 1 1 0 0 1 1 1 0 1 0 0 0 1 1 45467007076660767550460064 1 1 1 1 0 0 0 1 0 0 1 1 0 1 1 0 1 0 0 1 23373171320213300170200722 0 0 0 0 1 1 1 0 1 0 0 0 1 0 0 1 0 1 1 1 558565664666565565558468668484 1 1 0 0 1 0 1 0 1 ...
output:
result:
wrong answer 1st lines differ - expected: '52755244567262766742575722', found: ''