摘要: 2023-08-22:请用go语言编写。给定一个长度为N的正数数组,还有一个正数K, 返回有多少子序列的最大公约数为K。 结果可能很大,对1000000007取模。 1 = 1; i-- { counts := int64(0) for j := i; j #include using namesp 阅读全文
posted @ 2023-08-22 14:20 福大大架构师每日一题 阅读(46) 评论(1) 推荐(0) 编辑