ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1014. Product of Digits

Small Test Case
Posted by Varun Sharma 14 Apr 2009 07:24
0 -> 10
1 -> 1
2 -> 2
3 -> 3
4 -> 4
5 -> 5
6 -> 6
7 -> 7
8 -> 8
9 -> 9
10 -> 25
11 -> -1
12 -> 26
13 -> -1
14 -> 27
15 -> 35
16 -> 28
17 -> -1
18 -> 29
19 -> -1
20 -> 45
21 -> 37
22 -> -1
23 -> -1
24 -> 38
25 -> 55
26 -> -1
27 -> 39
28 -> 47
29 -> -1
30 -> 56
31 -> -1
32 -> 48
33 -> -1
34 -> -1
35 -> 57
36 -> 49
37 -> -1
38 -> -1
39 -> -1
40 -> 58
41 -> -1
42 -> 67
43 -> -1
44 -> -1
45 -> 59
46 -> -1
47 -> -1
48 -> 68
49 -> 77
50 -> 255
51 -> -1
52 -> -1
53 -> -1
54 -> 69
55 -> -1
56 -> 78
57 -> -1
58 -> -1
59 -> -1
60 -> 256
61 -> -1
62 -> -1
63 -> 79
64 -> 88
65 -> -1
66 -> -1
67 -> -1
68 -> -1
69 -> -1
70 -> 257
71 -> -1
72 -> 89
73 -> -1
74 -> -1
75 -> 355
76 -> -1
77 -> -1
78 -> -1
79 -> -1
80 -> 258
81 -> 99
82 -> -1
83 -> -1
84 -> 267
85 -> -1
86 -> -1
87 -> -1
88 -> -1
89 -> -1
90 -> 259
91 -> -1
92 -> -1
93 -> -1
94 -> -1
95 -> -1
96 -> 268
97 -> -1
98 -> 277
99 -> -1
100 -> 455
Re: Small Test Case
Posted by lakme 22 Apr 2009 19:31
I have submited source code on the basics of above test cases. I got WA#1. It means all test cases(above) are worng?
Or is there any problem with server??
Re: Small Test Case
Posted by lakme 23 Apr 2009 11:10
Is any body here??
Please help me :(


Edited by author 23.04.2009 14:44
Re: Small Test Case
Posted by Mikael Arakelyan(ERIICTA) 23 Nov 2010 20:41
hey what's wrong here?....
I wrote whole beautiful code
fail is on test 5, can you notice something?
mikael@ubuntu:~/Desktop$ ./xx
1
1
mikael@ubuntu:~/Desktop$ ./xx
0
10
mikael@ubuntu:~/Desktop$ ./xx
2
2
mikael@ubuntu:~/Desktop$ ./xx
3
3
mikael@ubuntu:~/Desktop$ ./xx
4
22
mikael@ubuntu:~/Desktop$ ./xx
5
5
mikael@ubuntu:~/Desktop$ ./xx
6
23
mikael@ubuntu:~/Desktop$ ./xx
8
24
mikael@ubuntu:~/Desktop$ ./xx
9
33
mikael@ubuntu:~/Desktop$ ./xx
10
25
mikael@ubuntu:~/Desktop$ ./xx
20
45
mikael@ubuntu:~/Desktop$ ./xx
25
55
mikael@ubuntu:~/Desktop$ ./xx
30
56
mikael@ubuntu:~/Desktop$ ./xx
45
59
mikael@ubuntu:~/Desktop$ ./xx
60
256
mikael@ubuntu:~/Desktop$ ./xx
105
357
mikael@ubuntu:~/Desktop$ ./xx
108
269
mikael@ubuntu:~/Desktop$
Re: Small Test Case
Posted by isypov_stanislav 30 Nov 2010 01:43
4->4
9->9
Re: Small Test Case
Posted by ScaV 26 Aug 2011 03:06
why 0->10? Is it right?
Re: Small Test Case
Posted by ScaV 26 Aug 2011 03:07


Edited by author 26.08.2011 03:07