結果
問題 | No.146 試験監督(1) |
ユーザー | HAHAHA |
提出日時 | 2015-05-30 23:48:29 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 211 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 9,600 KB |
最終ジャッジ日時 | 2024-07-06 12:52:02 |
合計ジャッジ時間 | 672 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
ソースコード
n=int(input()) sum=0 for i in range(n): a=int(input()) b=int(input()) sum+=(a+1)/2*b print sum%1000000007