結果
| 問題 |
No.35 タイパー高橋
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-08-25 02:08:41 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 161 bytes |
| コンパイル時間 | 244 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 10,880 KB |
| 最終ジャッジ日時 | 2024-11-15 17:01:25 |
| 合計ジャッジ時間 | 742 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 4 |
ソースコード
n=int(input())
ans=0;err=0
for _ in range(n):
a,b=input().split()
a=int(input());s=len(b)
tmp=(a*12)//1000
ans+=tmp
err+=s-tmp
print(asn,err)