Submission #3227598


Source Code Expand

x,n = gets.chomp.split(" ").map(&:to_i)
if n == 100 then
  n+= 1
end
y = 0
y = ((100 ** x) * n).to_s
puts y

Submission Info

Submission Time
Task B - Ringo's Favorite Numbers
User ne290061
Language Ruby (2.3.3)
Score 200
Code Size 113 Byte
Status AC
Exec Time 7 ms
Memory 1788 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 3
AC × 16
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All in01.txt, in02.txt, in03.txt, in04.txt, in05.txt, in06.txt, in07.txt, in08.txt, in09.txt, in10.txt, in11.txt, in12.txt, in13.txt, sample_01.txt, sample_02.txt, sample_03.txt
Case Name Status Exec Time Memory
in01.txt AC 6 ms 1788 KB
in02.txt AC 7 ms 1788 KB
in03.txt AC 7 ms 1788 KB
in04.txt AC 7 ms 1788 KB
in05.txt AC 7 ms 1788 KB
in06.txt AC 7 ms 1788 KB
in07.txt AC 7 ms 1788 KB
in08.txt AC 7 ms 1788 KB
in09.txt AC 7 ms 1788 KB
in10.txt AC 7 ms 1788 KB
in11.txt AC 7 ms 1788 KB
in12.txt AC 7 ms 1788 KB
in13.txt AC 7 ms 1788 KB
sample_01.txt AC 7 ms 1788 KB
sample_02.txt AC 7 ms 1788 KB
sample_03.txt AC 7 ms 1788 KB