Submission #500733


Source Code Expand

input_line1 = raw_input().split(" ")
input_line2 = raw_input().split(" ")

h = 0
r = int(input_line1[2])

for i in reversed(range(0,int(input_line1[0]))):
	if r > int(input_line1[1]):
		h += int(input_line2[i])*int(input_line1[1])
		r -= int(input_line1[1])
	elif r > 0:
		h += int(input_line2[i])*r
		break
print h

Submission Info

Submission Time
Task B - ラー油
User ktaro2016
Language Python (2.7.3)
Score 50
Code Size 328 Byte
Status AC
Exec Time 61 ms
Memory 3404 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 50 / 50
Status
AC × 6
AC × 67
Set Name Test Cases
Sample 00_example_01.txt, 00_example_02.txt, 00_example_03.txt, 00_example_04.txt, 00_example_05.txt, 00_example_06.txt
All 00_example_01.txt, 00_example_02.txt, 00_example_03.txt, 00_example_04.txt, 00_example_05.txt, 00_example_06.txt, 10_rand_01.txt, 10_rand_02.txt, 10_rand_03.txt, 10_rand_04.txt, 10_rand_05.txt, 20_SB_SC_01.txt, 20_SB_SC_02.txt, 20_SB_SC_03.txt, 20_SB_SC_04.txt, 20_SB_SC_05.txt, 30_SB_LC_01.txt, 30_SB_LC_02.txt, 30_SB_LC_03.txt, 30_SB_LC_04.txt, 30_SB_LC_05.txt, 40_LB_SC_01.txt, 40_LB_SC_02.txt, 40_LB_SC_03.txt, 40_LB_SC_04.txt, 40_LB_SC_05.txt, 50_LB_LC_01.txt, 50_LB_LC_02.txt, 50_LB_LC_03.txt, 50_LB_LC_04.txt, 50_LB_LC_05.txt, 60_max_01.txt, 60_max_02.txt, 60_max_03.txt, 60_max_04.txt, 60_max_05.txt, 70_same_01.txt, 70_same_02.txt, 70_same_03.txt, 70_same_04.txt, 70_same_05.txt, 80_sparse_01.txt, 80_sparse_02.txt, 80_sparse_03.txt, 80_sparse_04.txt, 80_sparse_05.txt, 80_sparse_06.txt, 80_sparse_07.txt, 80_sparse_08.txt, 80_sparse_09.txt, 80_sparse_10.txt, 90_hand_01.txt, 90_hand_02.txt, 90_hand_03.txt, 90_hand_04.txt, 90_hand_05.txt, 95_corner_01.txt, 95_corner_02.txt, 95_corner_03.txt, 95_corner_04.txt, 95_corner_05.txt, 00_example_01.txt, 00_example_02.txt, 00_example_03.txt, 00_example_04.txt, 00_example_05.txt, 00_example_06.txt
Case Name Status Exec Time Memory
00_example_01.txt AC 56 ms 3380 KiB
00_example_02.txt AC 55 ms 3376 KiB
00_example_03.txt AC 57 ms 3260 KiB
00_example_04.txt AC 57 ms 3388 KiB
00_example_05.txt AC 55 ms 3380 KiB
00_example_06.txt AC 60 ms 3380 KiB
10_rand_01.txt AC 55 ms 3384 KiB
10_rand_02.txt AC 59 ms 3372 KiB
10_rand_03.txt AC 59 ms 3316 KiB
10_rand_04.txt AC 57 ms 3388 KiB
10_rand_05.txt AC 57 ms 3384 KiB
20_SB_SC_01.txt AC 55 ms 3248 KiB
20_SB_SC_02.txt AC 58 ms 3380 KiB
20_SB_SC_03.txt AC 58 ms 3384 KiB
20_SB_SC_04.txt AC 60 ms 3388 KiB
20_SB_SC_05.txt AC 57 ms 3388 KiB
30_SB_LC_01.txt AC 60 ms 3388 KiB
30_SB_LC_02.txt AC 56 ms 3384 KiB
30_SB_LC_03.txt AC 58 ms 3388 KiB
30_SB_LC_04.txt AC 61 ms 3392 KiB
30_SB_LC_05.txt AC 60 ms 3392 KiB
40_LB_SC_01.txt AC 57 ms 3328 KiB
40_LB_SC_02.txt AC 57 ms 3384 KiB
40_LB_SC_03.txt AC 60 ms 3384 KiB
40_LB_SC_04.txt AC 57 ms 3388 KiB
40_LB_SC_05.txt AC 57 ms 3380 KiB
50_LB_LC_01.txt AC 58 ms 3384 KiB
50_LB_LC_02.txt AC 58 ms 3404 KiB
50_LB_LC_03.txt AC 61 ms 3372 KiB
50_LB_LC_04.txt AC 56 ms 3384 KiB
50_LB_LC_05.txt AC 58 ms 3380 KiB
60_max_01.txt AC 57 ms 3392 KiB
60_max_02.txt AC 58 ms 3384 KiB
60_max_03.txt AC 56 ms 3376 KiB
60_max_04.txt AC 56 ms 3380 KiB
60_max_05.txt AC 56 ms 3376 KiB
70_same_01.txt AC 58 ms 3380 KiB
70_same_02.txt AC 58 ms 3380 KiB
70_same_03.txt AC 60 ms 3380 KiB
70_same_04.txt AC 57 ms 3392 KiB
70_same_05.txt AC 57 ms 3388 KiB
80_sparse_01.txt AC 57 ms 3388 KiB
80_sparse_02.txt AC 56 ms 3388 KiB
80_sparse_03.txt AC 56 ms 3372 KiB
80_sparse_04.txt AC 56 ms 3384 KiB
80_sparse_05.txt AC 57 ms 3264 KiB
80_sparse_06.txt AC 57 ms 3380 KiB
80_sparse_07.txt AC 57 ms 3380 KiB
80_sparse_08.txt AC 57 ms 3256 KiB
80_sparse_09.txt AC 57 ms 3380 KiB
80_sparse_10.txt AC 57 ms 3380 KiB
90_hand_01.txt AC 56 ms 3376 KiB
90_hand_02.txt AC 57 ms 3380 KiB
90_hand_03.txt AC 58 ms 3384 KiB
90_hand_04.txt AC 57 ms 3384 KiB
90_hand_05.txt AC 55 ms 3384 KiB
95_corner_01.txt AC 57 ms 3384 KiB
95_corner_02.txt AC 57 ms 3264 KiB
95_corner_03.txt AC 57 ms 3396 KiB
95_corner_04.txt AC 57 ms 3384 KiB
95_corner_05.txt AC 58 ms 3392 KiB