結果

問題 No.3037 トグルトグルトグル!
ユーザー Facade
提出日時 2025-02-28 21:35:43
言語 PyPy3
(7.3.15)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 59 bytes
コンパイル時間 210 ms
コンパイル使用メモリ 82,276 KB
実行使用メモリ 53,704 KB
最終ジャッジ日時 2025-03-07 08:46:52
合計ジャッジ時間 1,588 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 12 WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

from math import sqrt
n=int(input())
print(int(sqrt(n)//1))
0