結果
| 問題 |
No.1210 XOR Grid
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-08-30 16:15:23 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 114 bytes |
| コンパイル時間 | 159 ms |
| コンパイル使用メモリ | 82,004 KB |
| 実行使用メモリ | 121,768 KB |
| 最終ジャッジ日時 | 2024-11-15 10:55:14 |
| 合計ジャッジ時間 | 7,585 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 RE * 1 |
| other | WA * 30 RE * 27 |
ソースコード
def LI():return [int(i) for i in input().split()]
ans=1
n,m,x=LI()
a=LI()
b=LI()
fl=False
if n==1 or m==1:
0/0