yezi1000进来看打

查看 55|回复 7
作者:自来光   
@yezi1000
@yezi1000
@yezi1000
根本发表不了含有代码的帖子  回复也是
什么参谋过滤  什么403
只能建政了吗
@cpuer @domin

参谋, 进来看, 只能

qwe520   
人工智障正在为您保驾护航
自来光
OP
  
   
@domin @domin
@domin @domin @domin
@domin @domin @domin

yezi1000   
Loc伺服器上安裝的防火牆也會攔截包含一些Code的提交
mlxg1219   
的阿文
自来光
OP
  

yezi1000 发表于 2024-11-27 20:40
Loc伺服器上安裝的防火牆也會攔截包含一些Code的提交


那你看看 谁的问题

yezi1000   

自来光 发表于 2024-11-27 21:15
那你看看 谁的问题

那你需要通知cpuer關閉軟體防火牆囉
scheme   
我来试试
[ol](define (quicksort lst)
  (if (or (null? lst) (null? (cdr lst)))
      lst
      (let* ((pivot (car lst))
             (rest (cdr lst))
             (smaller (filter (lambda (x) (= x pivot)) rest)))
        (append (quicksort smaller) (list pivot) (quicksort greater-or-equal)))))
;; 测试示例
(define test-list '(3 6 8 10 1 2 1))
(display (quicksort test-list))
(newline)[/ol]复制代码
您需要登录后才可以回帖 登录 | 立即注册

返回顶部