結果
問題 |
No.2400 Product of Gaussian Integer
|
ユーザー |
|
提出日時 | 2023-08-05 18:44:26 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 84 bytes |
コンパイル時間 | 345 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-15 15:52:07 |
合計ジャッジ時間 | 1,379 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 13 |
ソースコード
a,b = map(int,input().split()) c,d = map(int,input().split()) print(a*c-b*d,a*d+b*C)