QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#523907#9107. Zayin and Countlangminjie#WA 0ms3468kbC++14165b2024-08-18 22:45:392024-08-18 22:45:39

Judging History

你现在查看的是最新测评结果

  • [2024-08-18 22:45:39]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3468kb
  • [2024-08-18 22:45:39]
  • 提交

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;
}

Details

Tip: Click on the bar to expand more detailed information

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: ''