結果
問題 |
No.48 ロボットの操縦
|
ユーザー |
|
提出日時 | 2018-11-12 23:58:15 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 166 bytes |
コンパイル時間 | 195 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 20,864 KB |
最終ジャッジ日時 | 2024-12-24 12:42:58 |
合計ジャッジ時間 | 7,880 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 WA * 7 TLE * 1 |
ソースコード
x = int(input()) y = int(input()) z = int(input()) c = 0 for a in range(0,abs(x),z): c += 1 c += x != 0 and y != 0 for a in range(0,abs(y),z): c += 1 print(c)