QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#598368 | #53. Boom! | 5un_xiaomivita_msg | 10 | 0ms | 3696kb | C++20 | 148b | 2024-09-28 21:29:24 | 2024-09-28 21:29:25 |
Judging History
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;
}
詳細信息
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'