Submission #3185473


Source Code Expand

N = gets.to_i
ans = 0
AB = (0...N).map{ gets.split.map(&:to_i) }.reverse.each{ |a,b|
  ans += (b - (ans + a) % b) % b 
}
p ans

Submission Info

Submission Time
Task A - Multiple Array
User Corvvs
Language Ruby (2.3.3)
Score 300
Code Size 133 Byte
Status AC
Exec Time 166 ms
Memory 10364 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 161 ms 10364 KB
02.txt AC 161 ms 10364 KB
03.txt AC 161 ms 10364 KB
04.txt AC 160 ms 10364 KB
05.txt AC 161 ms 10364 KB
06.txt AC 161 ms 10364 KB
07.txt AC 152 ms 10364 KB
08.txt AC 162 ms 10364 KB
09.txt AC 150 ms 10364 KB
10.txt AC 162 ms 10364 KB
11.txt AC 155 ms 10364 KB
12.txt AC 141 ms 10364 KB
13.txt AC 153 ms 10364 KB
14.txt AC 166 ms 10364 KB
15.txt AC 7 ms 1788 KB
16.txt AC 7 ms 1788 KB
s1.txt AC 7 ms 1788 KB
s2.txt AC 7 ms 1788 KB