QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#523906#9103. Zayin and Fireballlangminjie#WA 0ms3680kbC++14165b2024-08-18 22:44:222024-08-18 22:44:23

Judging History

你现在查看的是测评时间为 2024-08-18 22:44:23 的历史记录

  • [2024-09-23 15:04:26]
  • 管理员手动重测本题所有提交记录
  • 测评结果:WA
  • 用时:0ms
  • 内存:3492kb
  • [2024-08-18 22:44:23]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:3680kb
  • [2024-08-18 22:44:22]
  • 提交

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: 3680kb

input:

22
1
0 0 1 0 0 1
1
0 0 2 0 0 1
1
0 0 2 1 0 1
1
0 0 2 2 0 1
1
0 0 2 1 0 2
2
0 0 1 0 0 0
0 0 3 0 0 2
2
0 0 1 0 0 0
0 0 3 0 0 1
2
-233 0 3 -234 0 1
233 0 2 231 0 1
2
0 0 1 0 0 0
1 0 3 0 0 1
2
0 0 1 0 0 0
0 2 3 0 0 1
2
2 4 2 2 4 1
3 3 3 3 3 1
4
0 1 1 0 2 2
3 3 3 3 4 2
250 2 4 0 0 100
255 7 12 254 10 4
3...

output:

23

result:

wrong answer 1st numbers differ - expected: '0.00000', found: '23.00000', error = '23.00000'