結果
| 問題 | No.1210 XOR Grid |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-08-30 16:15:23 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 114 bytes |
| 記録 | |
| コンパイル時間 | 195 ms |
| コンパイル使用メモリ | 85,120 KB |
| 実行使用メモリ | 132,568 KB |
| 最終ジャッジ日時 | 2026-05-10 10:41:30 |
| 合計ジャッジ時間 | 6,300 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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