09 2022 档案

摘要:给出一张n*m(1<=n,m<=2000)的矩阵,’.’ 代表空地,’#’ 代表障碍物,合法矩阵为内部不含障碍物的矩阵。求出所有合法矩阵的面积之和。 input 2 3 .#. …# output 8 input 3 3 … … … output 100 input 3 4 …#. #… …# ou 阅读全文
posted @ 2022-09-25 21:15 Un-Defined 阅读(40) 评论(0) 推荐(0)
摘要:# Anomaly detection - A survey ## 1. Introduction ### 1.1 What are anomalies? Anomalies are patterns in data that do not conform to a well defined not 阅读全文
posted @ 2022-09-14 20:15 Un-Defined 阅读(226) 评论(0) 推荐(0)