結果
| 問題 |
No.3010 水色コーダーさん
|
| コンテスト | |
| ユーザー |
タイガー
|
| 提出日時 | 2025-02-14 14:16:07 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 560 ms / 2,000 ms |
| コード長 | 121 bytes |
| コンパイル時間 | 661 ms |
| コンパイル使用メモリ | 12,032 KB |
| 実行使用メモリ | 60,800 KB |
| 最終ジャッジ日時 | 2025-02-14 14:16:20 |
| 合計ジャッジ時間 | 13,284 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 20 |
ソースコード
print(sum(1 for p in [input().split() for _ in range(int(input().split()[0]))] if int(p[1]) >= 1200 and 'x' in p[0][:4]))
タイガー