結果
| 問題 |
No.353 ヘイトプラス
|
| コンテスト | |
| ユーザー |
rocoder
|
| 提出日時 | 2017-06-20 04:58:25 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| コンパイル時間 | 307 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 10,624 KB |
| 最終ジャッジ日時 | 2024-10-02 08:00:32 |
| 合計ジャッジ時間 | 1,686 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 4 WA * 1 RE * 2 |
ソースコード
A,B=(float(i) for i in input (). split ()) A2=A*A B2=B*B A2-=B2 A-=B A2/=A print (int(A2))
rocoder