結果
| 問題 | No.1700 floor X |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-12-01 21:08:51 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 238 bytes |
| 記録 | |
| コンパイル時間 | 547 ms |
| コンパイル使用メモリ | 20,568 KB |
| 実行使用メモリ | 15,488 KB |
| 最終ジャッジ日時 | 2026-03-26 05:05:59 |
| 合計ジャッジ時間 | 7,578 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 44 |
ソースコード
import math
f = True
for num in range(int(input())):
if f == True:
c = str(math.floor(math.sqrt(int(input())))) + '\n'
f = False
continue
c += str(math.floor(math.sqrt(int(input())))) + '\n'
print(c + '\n')