結果
| 問題 |
No.1466 I am not genius.
|
| コンテスト | |
| ユーザー |
mono_0812
|
| 提出日時 | 2021-04-02 22:47:47 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 434 bytes |
| コンパイル時間 | 318 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 10,752 KB |
| 最終ジャッジ日時 | 2024-12-23 20:37:45 |
| 合計ジャッジ時間 | 1,901 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 12 RE * 13 |
ソースコード
def I(): return input() def IS(): return input().split() def II(): return int(input()) def IIS(): return map(int, input().split()) def LIIS(): return list(map(int, input().split())) def ZER(N): return [False for _ in range(N)] INF = 10**30 MOD = 10**9+7 # V # / ̄ψ ̄\ # | 合格祈願 | # |_____| ############################################################################## n=II() print(42*n)
mono_0812