結果
問題 |
No.5017 Tool-assisted Shooting
|
ユーザー |
|
提出日時 | 2023-07-22 13:35:53 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 132 bytes |
コンパイル時間 | 1,623 ms |
コンパイル使用メモリ | 86,440 KB |
実行使用メモリ | 98,560 KB |
スコア | 74,830 |
平均クエリ数 | 399.74 |
最終ジャッジ日時 | 2023-07-22 13:36:16 |
合計ジャッジ時間 | 22,260 ms |
ジャッジサーバーID (参考情報) |
judge14 / judge15 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 82 RE * 18 |
ソースコード
while True: n=int(input()) if n==-1: break for i in range(n): h,p,x=map(int,input().split()) print("S")