結果
問題 | No.799 赤黒かーどげぇむ |
ユーザー |
|
提出日時 | 2019-03-21 13:28:19 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 12 ms / 2,000 ms |
コード長 | 133 bytes |
コンパイル時間 | 623 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,272 KB |
最終ジャッジ日時 | 2024-09-19 01:28:31 |
合計ジャッジ時間 | 1,528 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
#yuki799a,b,c,d=map(int,raw_input().split())res=0for i in xrange(a,b+1):for j in xrange(c,d+1):if i!=j:res+=1print res