Test 1
Verdict: RUNTIME ERROR
| input |
|---|
10 603 324 573 493 659 521 654 70... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '603 324 573 493 659 521 654 70 718 257'Test 2
Verdict: RUNTIME ERROR
| input |
|---|
10 952 775 292 702 859 719 65 943... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '952 775 292 702 859 719 65 943 376 490'Test 3
Verdict: RUNTIME ERROR
| input |
|---|
10 141 156 14 487 250 230 741 602... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '141 156 14 487 250 230 741 602 32 717'Test 4
Verdict: RUNTIME ERROR
| input |
|---|
10 963 359 731 826 599 931 40 86 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '963 359 731 826 599 931 40 86 777 760'Test 5
Verdict: RUNTIME ERROR
| input |
|---|
10 238 224 861 461 558 860 318 93... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '238 224 861 461 558 860 318 93 347 402'Test 6
Verdict: RUNTIME ERROR
| input |
|---|
10 193 848 70 53 864 886 374 31 2... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '193 848 70 53 864 886 374 31 288 700'Test 7
Verdict: RUNTIME ERROR
| input |
|---|
20 13048212 423374770 19874608 81... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '13048212 423374770 19874608 812293014 860896267 224937483 907570920 952166494 450127366 887381168 966393898 102318919 723213664 491414754 571209206 99007249 302987622 263275846 36174214 727737543'Test 8
Verdict: RUNTIME ERROR
| input |
|---|
20 314836307 815098885 922742346 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '314836307 815098885 922742346 53006071 757943472 481505203 354207278 175676232 335088325 921705085 231986392 619406418 170606376 498080884 415616625 40905556 110076295 642911923 932231564 381545587'Test 9
Verdict: RUNTIME ERROR
| input |
|---|
20 846261131 196958704 824235264 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '846261131 196958704 824235264 647587496 978085759 882269655 811438806 657727455 24328597 474430888 447727984 21699367 842686077 330551298 93526006 720473844 163948377 592752691 429743319 68287836'Test 10
Verdict: RUNTIME ERROR
| input |
|---|
20 92021619 792314463 937735495 8... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '92021619 792314463 937735495 807418830 589829609 270804901 94470968 853138862 817966179 656206734 121829906 137518261 766263169 320158086 167044551 860185204 347066817 401533984 755773385 623993044'Test 11
Verdict: RUNTIME ERROR
| input |
|---|
20 452747515 202201476 845758891 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '452747515 202201476 845758891 733204504 327861300 368456549 64252070 494676885 21095634 611030397 913689714 849191653 173901982 954566440 40404105 228316310 210730656 631709598 847867437 85805975'Test 12
Verdict: RUNTIME ERROR
| input |
|---|
20 934033764 747013925 113297529 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '934033764 747013925 113297529 621350044 4858224 896418401 823418019 490285020 811592918 318107753 122431099 971962557 68572395 269437889 506050802 903504371 908615271 406858603 39392057 816479349'Test 13
Verdict: WRONG ANSWER
Feedback: Incorrect character on line 1 col 1: expected "1000000000", got "0"
Test 14
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '1 1'Test 15
Verdict: WRONG ANSWER
Feedback: Incorrect character on line 1 col 1: expected "1", got "0"
Test 16
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '934033764 2 7 4 1'Test 17
Verdict: RUNTIME ERROR
| input |
|---|
20 934033764 747013925 113297529 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '934033764 747013925 113297529 621350044 4858224 896418401 823418019 490285020 811592918 318107753 122431099 971962557 68572395 269437889 506050802 903504371 908615271 406858603 39392057 816479348'Test 18
Verdict: RUNTIME ERROR
| input |
|---|
19 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
Error:
Traceback (most recent call last):
File "/box/input/code.py", line 45, in <module>
apple_division()
File "/box/input/code.py", line 9, in apple_division
apple_weight = int(apple_weight)
ValueError: invalid literal for int() with base 10: '1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1'