
找规律
ZZ --瑞 hopeACMer
WA就完事了
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
I
Let’s call a string “s-palindrome” if it is symmetric about the middle of the string. For example, the string “oHo” is “s-palindrome”, but the string “aa” is not. The string “aa” is not “s-palindrome”...原创 2019-02-13 19:56:38 · 388 阅读 · 0 评论 -
J
Find an n × n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd. Input The only line contains odd integer n (1 ≤ n ≤ 49). Output ...原创 2019-02-13 19:59:06 · 19084 阅读 · 0 评论