結果
問題 | No.799 赤黒かーどげぇむ |
ユーザー |
![]() |
提出日時 | 2019-04-05 14:21:23 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 35 ms / 2,000 ms |
コード長 | 224 bytes |
コンパイル時間 | 224 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 11,520 KB |
最終ジャッジ日時 | 2024-06-11 15:46:10 |
合計ジャッジ時間 | 2,026 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
a,b,c,d=list(map(int,input().split()))hoge1,hoge2=[i for i in range(a,b+1)],[i for i in range(c,d+1)]hoge3=list()for e1 in hoge1:for e2 in hoge2:if e1!=e2:hoge3.append([e1,e2])print(len(hoge3))