QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#598368#53. Boom!5un_xiaomivita_msg10 0ms3696kbC++20148b2024-09-28 21:29:242024-09-28 21:29:25

Judging History

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

  • [2024-09-28 21:29:25]
  • 评测
  • 测评结果:10
  • 用时:0ms
  • 内存:3696kb
  • [2024-09-28 21:29:24]
  • 提交

answer

#include<iostream>
using namespace std;
int main(){
	int a,b,c,d;
	cin>>a>>b>>c;
	if(a==9&&b==1&&c==3){
		d=15;
	}
	cout<<d; 
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Pretests


Final Tests

Test #1:

score: 10
Accepted
time: 0ms
memory: 3624kb

input:

9 1 3

output:

15

result:

ok single line: '15'

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3680kb

input:

12 2 2

output:

15

result:

wrong answer 1st lines differ - expected: '38', found: '15'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 3628kb

input:

22 1 1

output:

15

result:

wrong answer 1st lines differ - expected: '3287', found: '15'

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 3636kb

input:

47 15 7

output:

15

result:

wrong answer 1st lines differ - expected: '41', found: '15'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 3644kb

input:

94 2 38

output:

15

result:

wrong answer 1st lines differ - expected: '3664', found: '15'

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 3572kb

input:

378 1 2

output:

15

result:

wrong answer 1st lines differ - expected: '1398', found: '15'

Test #7:

score: 0
Wrong Answer
time: 0ms
memory: 3616kb

input:

680 271 72

output:

15

result:

wrong answer 1st lines differ - expected: '155', found: '15'

Test #8:

score: 0
Wrong Answer
time: 0ms
memory: 3624kb

input:

973 14 23

output:

15

result:

wrong answer 1st lines differ - expected: '2535', found: '15'

Test #9:

score: 0
Wrong Answer
time: 0ms
memory: 3624kb

input:

800 500 141

output:

15

result:

wrong answer 1st lines differ - expected: '11', found: '15'

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 3696kb

input:

998 1 1

output:

15

result:

wrong answer 1st lines differ - expected: '9017', found: '15'