結果
| 問題 | No.35 タイパー高橋 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-08-25 02:08:41 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 161 bytes |
| 記録 | |
| コンパイル時間 | 373 ms |
| コンパイル使用メモリ | 20,832 KB |
| 実行使用メモリ | 20,568 KB |
| 最終ジャッジ日時 | 2026-05-10 14:21:39 |
| 合計ジャッジ時間 | 2,111 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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)