結果
問題 |
No.2647 [Cherry 6th Tune A] Wind
|
ユーザー |
![]() |
提出日時 | 2024-03-13 01:27:47 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 120 bytes |
コンパイル時間 | 395 ms |
コンパイル使用メモリ | 82,304 KB |
実行使用メモリ | 71,424 KB |
最終ジャッジ日時 | 2024-09-29 22:32:52 |
合計ジャッジ時間 | 1,707 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 6 WA * 8 |
ソースコード
for i in range(int(input())): d,a=map(int,input().split()) print(*[round(i/a)for i in map(int,input().split())])