提出 #44490051


ソースコード 拡げる

PI = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"
N = gets.to_i
puts PI[0,N+2]

提出情報

提出日時
問題 A - 3.14
ユーザ ds14050
言語 Ruby (ruby 3.2.2)
得点 100
コード長 142 Byte
結果 AC
実行時間 43 ms
メモリ 17260 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 8
セット名 テストケース
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt AC 43 ms 17164 KiB
00_sample_01.txt AC 43 ms 16952 KiB
00_sample_02.txt AC 42 ms 17096 KiB
01_random_03.txt AC 42 ms 17196 KiB
01_random_04.txt AC 42 ms 17260 KiB
01_random_05.txt AC 42 ms 16864 KiB
01_random_06.txt AC 42 ms 17148 KiB
01_random_07.txt AC 42 ms 17148 KiB