結果
| 問題 | No.1499 羊が、何匹だっけ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-08-26 07:14:04 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 36 ms / 2,000 ms |
| コード長 | 95 bytes |
| 記録 | |
| コンパイル時間 | 215 ms |
| コンパイル使用メモリ | 85,120 KB |
| 実行使用メモリ | 52,480 KB |
| 最終ジャッジ日時 | 2026-05-30 16:54:46 |
| 合計ジャッジ時間 | 2,073 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 10 |
ソースコード
T=int(input()) for i in range(T): hit=input() print(hit[:11]+str(int(hit[11:-5])+1)+hit[-5:])