結果
問題 |
No.2094 Symmetry
|
ユーザー |
![]() |
提出日時 | 2022-10-01 11:30:54 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 398 bytes |
コンパイル時間 | 408 ms |
コンパイル使用メモリ | 82,304 KB |
実行使用メモリ | 77,056 KB |
最終ジャッジ日時 | 2024-12-23 16:11:24 |
合計ジャッジ時間 | 6,150 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 34 |
ソースコード
#check n,k=map(int,input().split()) if not (1<=n<=250):print(aaa) if not (0<=k<=10**14):print(aaa) for iii in range(2*n): s=list(input()) if not len(s)==2*n:print(aaa) for i in range(len(s)): if s[i] not in ["#","."]:print(aaa) for iii in range(2*n): c=list(map(int,input().split())) if not (len(c)==2*n):print(aaa) if not (-10**9<=min(c)<=max(c)<=10**9):print(aaa)