提出 #64512377


ソースコード 拡げる

n = gets.to_i

nh1 = Integer.sqrt(n / 2)
nh2 = Integer.sqrt(n / 4)

puts nh1 + nh2

提出情報

提出日時
問題 C - 2^a b^2
ユーザ hmmnrst
言語 Ruby (ruby 3.2.2)
得点 0
コード長 89 Byte
結果 WA
実行時間 44 ms
メモリ 17332 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 0 / 350
結果
AC × 3
AC × 27
WA × 2
セット名 テストケース
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, hand_07.txt, hand_08.txt, hand_09.txt, hand_10.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt, random_12.txt, random_13.txt, random_14.txt
ケース名 結果 実行時間 メモリ
example_00.txt AC 42 ms 17232 KiB
example_01.txt AC 43 ms 17232 KiB
example_02.txt AC 43 ms 17324 KiB
hand_00.txt AC 42 ms 17176 KiB
hand_01.txt AC 43 ms 17208 KiB
hand_02.txt AC 43 ms 17052 KiB
hand_03.txt AC 44 ms 17064 KiB
hand_04.txt AC 42 ms 17208 KiB
hand_05.txt AC 42 ms 17072 KiB
hand_06.txt AC 43 ms 17332 KiB
hand_07.txt AC 43 ms 16976 KiB
hand_08.txt WA 43 ms 17216 KiB
hand_09.txt WA 42 ms 17220 KiB
hand_10.txt AC 42 ms 17000 KiB
random_00.txt AC 42 ms 17084 KiB
random_01.txt AC 43 ms 17136 KiB
random_02.txt AC 43 ms 16980 KiB
random_03.txt AC 43 ms 17208 KiB
random_04.txt AC 43 ms 17052 KiB
random_05.txt AC 43 ms 17148 KiB
random_06.txt AC 42 ms 17204 KiB
random_07.txt AC 43 ms 17108 KiB
random_08.txt AC 42 ms 16996 KiB
random_09.txt AC 42 ms 17156 KiB
random_10.txt AC 42 ms 16736 KiB
random_11.txt AC 42 ms 17264 KiB
random_12.txt AC 43 ms 17228 KiB
random_13.txt AC 43 ms 17168 KiB
random_14.txt AC 43 ms 17172 KiB