ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#27181 | #53. eval | orion | 30 | 2ms | 1164kb | C++ | 1.1kb | 2018-10-20 11:53:15 | 2018-10-20 13:10:33 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
O=1
output:
O=1
result:
ok single line: 'O=1'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
C=6 B=B A=3 B=A A=0 C=C B=C C=6 B=B A=B Z=9 Y=0 I=J J=K K=L L=A L=3 A=L B=A B=B C=B C=C B=C C=0 A=B ...
output:
A=3 B=3 I=3 J=3 K=3 L=3
result:
wrong answer 7th lines differ - expected: 'Z=9', found: ''
Test #3:
score: 10
Accepted
time: 1ms
memory: 1164kb
input:
X+=9
output:
X=9
result:
ok single line: 'X=9'
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
C=6 B+=B A=3 B=A A=0 C=C B=C C=6 B=B A+=B Z=9 Y+=0 I+=J J+=K K=L L=A L=3 A=L B+=A B+=B C+=B C+=C B+=...
output:
A=180987 B=1587162 C=1072056 I=36 J=810 K=10548 L=95382
result:
wrong answer 1st lines differ - expected: 'A=405', found: 'A=180987'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
for(I,A,6)S+=I
output:
I=6 S=21
result:
ok 2 lines
Test #6:
score: 0
Wrong Answer
time: 1ms
memory: 1164kb
input:
for(I,A,6)S+=I A=3 for(I,A,6)S+=I for(I,A,A)S+=I for(I,A,6)T=9 A=1 B=0 for(J,0,9)B+=A A=B B=0 for(J,...
output:
A=10000 B=10000 I=6 J=10000 K=10000 L=10000 S=42 T=36 X=150025001
result:
wrong answer 8th lines differ - expected: 'T=9', found: 'T=36'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
for(A,0,9)for(B,0,A)for(C,B,A)for(D,B,C)for(E,D,C)for(F,D,E)for(G,F,E)for(H,F,G)for(I,H,G)Z+=I
output:
A=9 B=9 C=9 D=9 E=9 F=9 G=9 H=9 I=9
result:
wrong answer 10th lines differ - expected: 'Z=218790', found: ''
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
for(A,0,9)for(B,0,A)for(C,B,A)for(D,B,C)for(E,D,C)for(F,D,E)for(G,F,E)for(H,F,G)for(I,H,G)Z+=1 for(A...
output:
A=9 B=9 C=9 D=9 E=9 F=9 G=9 H=9 I=9 X=218790
result:
wrong answer 10th lines differ - expected: 'X=9', found: 'X=218790'
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
for(A,3,7)for(B,2,A)for(C,B,8)for(D,1,C)for(E,D,C)for(F,D,9)for(G,0,E)Z+=G
output:
A=7 B=7 C=8 D=8 E=8 F=9 G=8
result:
wrong answer 8th lines differ - expected: 'Z=214641', found: ''
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1160kb
input:
Z+=1 for(I,0,9)for(J,I,9)for(K,I,J)Z+=Z I=0 J=0 K=0 A=1 for(X,0,9)B+=A for(X,0,9)C+=B for(X,0,9)D+=C...
output:
A=1 B=10 C=100 D=1000 E=10000 F=100000 G=1000000 H=10000000 I=100000009 J=1000000099 K=10000000999 L...
result:
wrong answer 9th lines differ - expected: 'I=100000000', found: 'I=100000009'