結果

問題 No.508 超ゆとり教育
ユーザー s_shoheis_shohei
提出日時 2021-09-18 00:23:32
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 53 bytes
コンパイル時間 273 ms
コンパイル使用メモリ 87,416 KB
実行使用メモリ 71,832 KB
最終ジャッジ日時 2023-09-12 10:43:52
合計ジャッジ時間 1,732 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
71,504 KB
testcase_01 WA -
testcase_02 AC 71 ms
71,508 KB
testcase_03 AC 69 ms
71,532 KB
testcase_04 AC 73 ms
71,476 KB
testcase_05 AC 70 ms
71,412 KB
testcase_06 AC 69 ms
71,796 KB
testcase_07 AC 70 ms
71,608 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import math
n=int(input())
print(int(math.sqrt(n/3)))
0