QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#486265 | #8632. 算式密码锁 | Cirno | 95 | 4ms | 3968kb | C++14 | 1.2kb | 2024-07-21 18:17:59 | 2024-07-21 18:17:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 5
Accepted
time: 1ms
memory: 3792kb
input:
1 7 + 9 = 1 6
output:
1
result:
ok single line: '1'
Test #2:
score: 5
Accepted
time: 0ms
memory: 3908kb
input:
1 3 + 8 = 4 5
output:
0
result:
ok single line: '0'
Test #3:
score: 5
Accepted
time: 0ms
memory: 3852kb
input:
1 8 + 8 < 1 5
output:
0
result:
ok single line: '0'
Test #4:
score: 5
Accepted
time: 0ms
memory: 3804kb
input:
1 5 + 6 > 1 0
output:
1
result:
ok single line: '1'
Test #5:
score: 5
Accepted
time: 0ms
memory: 3844kb
input:
1 2 * 8 = 1 6
output:
1
result:
ok single line: '1'
Test #6:
score: 5
Accepted
time: 0ms
memory: 3852kb
input:
1 8 / 3 = 0 2
output:
0
result:
ok single line: '0'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 3780kb
input:
1 9 / 6 > 0 1
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'
Test #8:
score: 5
Accepted
time: 0ms
memory: 3804kb
input:
1 7 - 7 > 7 4
output:
0
result:
ok single line: '0'
Test #9:
score: 5
Accepted
time: 0ms
memory: 3780kb
input:
1 5 + 2 < 0 9
output:
1
result:
ok single line: '1'
Test #10:
score: 5
Accepted
time: 0ms
memory: 3808kb
input:
2 32 ++ 47 == 10 06
output:
2
result:
ok single line: '2'
Test #11:
score: 5
Accepted
time: 0ms
memory: 3968kb
input:
2 15 ++ 41 == 70 61
output:
1
result:
ok single line: '1'
Test #12:
score: 5
Accepted
time: 3ms
memory: 3852kb
input:
10 5063152515 ++++++++++ 3643427729 ========== 1729333612 7714289416
output:
1
result:
ok single line: '1'
Test #13:
score: 5
Accepted
time: 3ms
memory: 3844kb
input:
10 5699749655 ++++++++++ 4486705309 ========== 0690847717 9735641858
output:
3
result:
ok single line: '3'
Test #14:
score: 5
Accepted
time: 0ms
memory: 3912kb
input:
10 1672370904 ++++++++++ 8835825976 ><><=><<<< 7640932128 5621497720
output:
8
result:
ok single line: '8'
Test #15:
score: 5
Accepted
time: 3ms
memory: 3784kb
input:
10 1458060574 ++++++++++ 6380400163 =>>><>>=>= 7765073124 7628127469
output:
3
result:
ok single line: '3'
Test #16:
score: 5
Accepted
time: 3ms
memory: 3904kb
input:
10 2709586364 /---*/+/++ 9992425165 ========== 4129100709 2377293095
output:
4
result:
ok single line: '4'
Test #17:
score: 5
Accepted
time: 4ms
memory: 3848kb
input:
10 7209588823 */*+*-++-* 6913916311 ========== 5186517243 4256032489
output:
3
result:
ok single line: '3'
Test #18:
score: 5
Accepted
time: 1ms
memory: 3816kb
input:
8 74122886 -*/**+/* 44018012 >==<>>=< 04336845 12552226
output:
5
result:
ok single line: '5'
Test #19:
score: 5
Accepted
time: 2ms
memory: 3912kb
input:
9 362285771 ---++*+// 894616931 <==<><<=< 770556473 084205441
output:
7
result:
ok single line: '7'
Test #20:
score: 5
Accepted
time: 4ms
memory: 3848kb
input:
10 4263385446 +-*-++++*/ 8152614990 >>==<>===< 4536040292 8354005890
output:
6
result:
ok single line: '6'