ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#26597 | #53. eval | 623820778 | 0 | 0ms | 504kb | C++ | 1.4kb | 2018-10-20 09:59:47 | 2018-10-20 12:48:18 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
O=1
output:
1
result:
wrong answer 1st lines differ - expected: 'O=1', found: '1'
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 500kb
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:
3 3 3 3 3 3 9
result:
wrong answer 1st lines differ - expected: 'A=3', found: '3'
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
X+=9
output:
9
result:
wrong answer 1st lines differ - expected: 'X=9', found: '9'
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
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:
405 3234 1620 3 3 6 3 9
result:
wrong answer 1st lines differ - expected: 'A=405', found: '405'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
input:
for(I,A,6)S+=I
output:
6 42
result:
wrong answer 1st lines differ - expected: 'I=6', found: '6'
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 500kb
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:
10000 10000 6 10000 10000 10000 69 9 200030001 10001 100010000
result:
wrong answer 1st lines differ - expected: 'A=10000', found: '10000'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 500kb
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:
9
result:
wrong answer 1st lines differ - expected: 'A=9', found: '9'
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
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:
9 2 2 2 2 1
result:
wrong answer 1st lines differ - expected: 'A=9', found: '9'
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
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:
7
result:
wrong answer 1st lines differ - expected: 'A=7', found: '7'
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 504kb
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:
1 10 100 1000 10000 100000 1000000 10000000 100000000 1000000000 1410065408 1215752192 -727379968 13...
result:
wrong answer 1st lines differ - expected: 'A=1', found: '1'