UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#27261#53. evalycxyork093ms1236kbC++1.1kb2018-10-20 11:59:572018-10-20 13:16:09

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

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

input:

O=1

output:

15=1

result:

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

Test #2:

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

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:

1=3
2=3
9=3
10=3
11=3
12=3
26=9

result:

wrong answer 1st lines differ - expected: 'A=3', found: '1=3'

Test #3:

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

input:

X+=9

output:

24=9

result:

wrong answer 1st lines differ - expected: 'X=9', found: '24=9'

Test #4:

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

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:

1=405
2=3234
3=1620
9=3
10=3
11=6
12=3
26=9

result:

wrong answer 1st lines differ - expected: 'A=405', found: '1=405'

Test #5:

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

input:

for(I,A,6)S+=I

output:

9=6
19=27

result:

wrong answer 1st lines differ - expected: 'I=6', found: '9=6'

Test #6:

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

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:

1=14641
2=14641
9=6
10=14641
11=14641
12=14641
19=57
20=9
24=321618851
25=14643
26=107201402

result:

wrong answer 1st lines differ - expected: 'A=10000', found: '1=14641'

Test #7:

score: 0
Wrong Answer
time: 19ms
memory: 1232kb

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:

1=9
2=9
3=9
4=9
5=9
6=9
7=9
8=9
9=9
26=2638396

result:

wrong answer 1st lines differ - expected: 'A=9', found: '1=9'

Test #8:

score: 0
Wrong Answer
time: 56ms
memory: 1236kb

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:

1=9
2=9
3=9
4=9
5=9
6=9
7=9
8=9
9=9
24=9
25=2638396
26=489633

result:

wrong answer 1st lines differ - expected: 'A=9', found: '1=9'

Test #9:

score: 0
Wrong Answer
time: 7ms
memory: 1236kb

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:

1=7
2=7
3=8
4=8
5=8
6=9
7=8
26=1037371

result:

wrong answer 1st lines differ - expected: 'A=7', found: '1=7'

Test #10:

score: 0
Wrong Answer
time: 11ms
memory: 1228kb

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=1
2=11
3=121
4=1331
5=14641
6=161051
7=1771561
8=19487171
9=214358881
10=-1937019605
11=167620825
...

result:

wrong answer 1st lines differ - expected: 'A=1', found: '1=1'