Submission #2233364
Source Code Expand
Copy
my ($n,$a,$b)=get.words;say (1..$n).grep({$b>=$_.comb.sum>=$a}).sum
my ($n,$a,$b)=get.words; say (1..$n).grep({$b>=$_.comb.sum>=$a}).sum
Submission Info
Submission Time | |
---|---|
Task | ABC083B - Some Sums |
User | kotatsugame |
Language | Perl6 (rakudo-star 2016.01) |
Score | 0 |
Code Size | 69 Byte |
Status | TLE |
Exec Time | 2111 ms |
Memory | 77640 KB |
Judge Result
Set Name | Sample | All | ||||||
---|---|---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 200 | ||||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | s1.txt, s2.txt, s3.txt |
All | 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, s1.txt, s2.txt, s3.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
01.txt | TLE | 2111 ms | 73856 KB |
02.txt | AC | 1797 ms | 73860 KB |
03.txt | TLE | 2111 ms | 74368 KB |
04.txt | TLE | 2110 ms | 73728 KB |
05.txt | TLE | 2109 ms | 77640 KB |
06.txt | TLE | 2110 ms | 73856 KB |
07.txt | TLE | 2111 ms | 73856 KB |
08.txt | TLE | 2111 ms | 73988 KB |
s1.txt | AC | 148 ms | 51460 KB |
s2.txt | AC | 147 ms | 50692 KB |
s3.txt | AC | 185 ms | 59780 KB |