結果
| 問題 | No.1033 乱数サイ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-05-04 22:56:03 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 81 bytes |
| 記録 | |
| コンパイル時間 | 252 ms |
| コンパイル使用メモリ | 85,504 KB |
| 実行使用メモリ | 60,920 KB |
| 最終ジャッジ日時 | 2026-03-11 06:57:59 |
| 合計ジャッジ時間 | 1,528 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | AC * 1 WA * 14 |
ソースコード
n,k=map(int,input().split())
exp=0
for i in range(0,n+1):
exp+=i/n
print(exp)