結果
問題 | No.1499 羊が、何匹だっけ |
ユーザー |
|
提出日時 | 2023-08-26 07:14:04 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 48 ms / 2,000 ms |
コード長 | 95 bytes |
コンパイル時間 | 368 ms |
コンパイル使用メモリ | 82,048 KB |
実行使用メモリ | 52,480 KB |
最終ジャッジ日時 | 2024-12-24 22:43:47 |
合計ジャッジ時間 | 1,718 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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:])