結果
| 問題 |
No.57 ミリオンダイス
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-10-01 20:50:11 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 68 ms / 5,000 ms |
| コード長 | 166 bytes |
| コンパイル時間 | 547 ms |
| コンパイル使用メモリ | 82,432 KB |
| 実行使用メモリ | 55,424 KB |
| 最終ジャッジ日時 | 2024-12-24 04:04:03 |
| 合計ジャッジ時間 | 1,665 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 9 |
ソースコード
from collections import * from itertools import * from functools import * from heapq import * import sys,math input = sys.stdin.readline N = int(input()) print(3.5*N)