Submission #1962516


Source Code Expand

N = int(input())
src = [int(input()) for i in range(N)]
ans = n = 0
for a in src:
    if a == 0:
        ans += n//2
        n = 0
    else:
        n += a
ans += n//2
print(ans)

Submission Info

Submission Time
Task B - Simplified mahjong
User prd_xxx
Language Python (3.4.3)
Score 400
Code Size 188 Byte
Status AC
Exec Time 189 ms
Memory 7072 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 400 / 400
Status
AC × 2
AC × 24
Set Name Test Cases
Sample s1.txt, s2.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 20.txt, 21.txt, 22.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
01.txt AC 176 ms 7072 KB
02.txt AC 178 ms 7072 KB
03.txt AC 179 ms 7072 KB
04.txt AC 185 ms 5504 KB
05.txt AC 180 ms 5412 KB
06.txt AC 176 ms 5512 KB
07.txt AC 177 ms 6416 KB
08.txt AC 189 ms 6428 KB
09.txt AC 184 ms 7072 KB
10.txt AC 180 ms 7072 KB
11.txt AC 173 ms 3880 KB
12.txt AC 176 ms 7068 KB
13.txt AC 182 ms 7068 KB
14.txt AC 178 ms 7068 KB
15.txt AC 172 ms 3864 KB
16.txt AC 177 ms 7064 KB
17.txt AC 177 ms 7072 KB
18.txt AC 17 ms 2940 KB
19.txt AC 18 ms 2940 KB
20.txt AC 17 ms 2940 KB
21.txt AC 17 ms 2940 KB
22.txt AC 17 ms 2940 KB
s1.txt AC 17 ms 2940 KB
s2.txt AC 17 ms 2940 KB