結果

問題 No.1329 Square Sqsq
ユーザー harurun
提出日時 2023-11-28 00:38:08
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 53 bytes
コンパイル時間 464 ms
コンパイル使用メモリ 82,560 KB
実行使用メモリ 65,536 KB
最終ジャッジ日時 2024-09-26 12:43:45
合計ジャッジ時間 3,033 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 5 RE * 19
権限があれば一括ダウンロードができます

ソースコード

diff #

import math;print(len(str(math.isqrt(int(input())))))
0