結果
問題 |
No.1329 Square Sqsq
|
ユーザー |
![]() |
提出日時 | 2021-01-08 21:23:05 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 106 bytes |
コンパイル時間 | 353 ms |
コンパイル使用メモリ | 82,584 KB |
実行使用メモリ | 67,296 KB |
最終ジャッジ日時 | 2024-11-16 09:54:33 |
合計ジャッジ時間 | 2,330 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 RE * 21 |
ソースコード
import sys from math import sqrt input = sys.stdin.readline N = int(input()) print(len(str(int(sqrt(N)))))