結果

問題 No.1033 乱数サイ
ユーザー tarotaro789
提出日時 2020-08-16 16:20:32
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
TLE  
実行時間 -
コード長 188 bytes
コンパイル時間 461 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 17,316 KB
最終ジャッジ日時 2024-10-11 13:24:50
合計ジャッジ時間 4,748 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 10 TLE * 1 -- * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

c,r=map(int,input().split())
tmc=c
tmc+=1
#分母and回数
bo=tmc*r
som=0
ls=[]
for i in range(c+1):
    for j in range(r):
         som=som+1/bo*i



print(som)
    
    

    
    
    
0