結果
| 問題 |
No.3037 トグルトグルトグル!
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-28 21:25:59 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 53 ms / 2,000 ms |
| コード長 | 247 bytes |
| コンパイル時間 | 169 ms |
| コンパイル使用メモリ | 82,128 KB |
| 実行使用メモリ | 63,720 KB |
| 最終ジャッジ日時 | 2025-03-07 08:45:48 |
| 合計ジャッジ時間 | 1,657 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 13 |
ソースコード
import math import heapq import itertools import bisect import random import time from collections import deque import sys from cmath import exp,pi from functools import cmp_to_key input=sys.stdin.readline n=int(input()) x=math.isqrt(n) print(x)