Submission #992079


Source Code Expand

res = []
now = 0
max.downto(1){|k|
  if k + now <= n
    res << k
    now += k
  end
}

Submission Info

Submission Time
Task B - Exactly N points
User wass80
Language Ruby (2.3.3)
Score 0
Code Size 97 Byte
Status RE
Exec Time 10 ms
Memory 1916 KB

Judge Result

Set Name sample dataset1 dataset2
Score / Max Score 0 / 0 0 / 200 0 / 100
Status
RE × 3
RE × 13
RE × 21
Set Name Test Cases
sample sample-01.txt, sample-02.txt, sample-03.txt
dataset1 sample-01.txt, sample-02.txt, sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt
dataset2 sample-01.txt, sample-02.txt, sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 02-01.txt, 02-02.txt, 02-03.txt, 02-04.txt, 02-05.txt, 02-06.txt, 02-07.txt, 02-08.txt
Case Name Status Exec Time Memory
01-01.txt RE 10 ms 1788 KB
01-02.txt RE 10 ms 1916 KB
01-03.txt RE 10 ms 1788 KB
01-04.txt RE 10 ms 1916 KB
01-05.txt RE 10 ms 1788 KB
01-06.txt RE 10 ms 1788 KB
01-07.txt RE 10 ms 1788 KB
01-08.txt RE 10 ms 1788 KB
01-09.txt RE 10 ms 1788 KB
01-10.txt RE 10 ms 1788 KB
02-01.txt RE 10 ms 1916 KB
02-02.txt RE 10 ms 1788 KB
02-03.txt RE 10 ms 1788 KB
02-04.txt RE 10 ms 1788 KB
02-05.txt RE 10 ms 1788 KB
02-06.txt RE 10 ms 1788 KB
02-07.txt RE 10 ms 1788 KB
02-08.txt RE 10 ms 1788 KB
sample-01.txt RE 10 ms 1788 KB
sample-02.txt RE 10 ms 1788 KB
sample-03.txt RE 10 ms 1788 KB