Submission #1536509


Source Code Expand

n = gets.to_i
st = n.times.map{gets.split.map(&:to_i)}
r = 0
n.times{
  a, b = st.pop
  r += -(a + r) % b
}
p r

Submission Info

Submission Time
Task A - Multiple Array
User refle
Language Ruby (2.3.3)
Score 300
Code Size 118 Byte
Status AC
Exec Time 168 ms
Memory 9596 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 300 / 300
Status
AC × 2
AC × 18
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, s1.txt, s2.txt
Case Name Status Exec Time Memory
01.txt AC 164 ms 9468 KB
02.txt AC 165 ms 9596 KB
03.txt AC 163 ms 9468 KB
04.txt AC 164 ms 9596 KB
05.txt AC 163 ms 9596 KB
06.txt AC 164 ms 9596 KB
07.txt AC 158 ms 9596 KB
08.txt AC 166 ms 9468 KB
09.txt AC 154 ms 9596 KB
10.txt AC 165 ms 9596 KB
11.txt AC 156 ms 9596 KB
12.txt AC 144 ms 9468 KB
13.txt AC 157 ms 9596 KB
14.txt AC 168 ms 9468 KB
15.txt AC 7 ms 1916 KB
16.txt AC 7 ms 1788 KB
s1.txt AC 7 ms 1788 KB
s2.txt AC 7 ms 1788 KB