DT了有木有,不知道哪里思维转不过弯,这么一个小程序改了写,写了改......

Amyc posted @ 2013年8月23日 09:48 in scheme with tags Scheme , 1636 阅读

 

(define (BS lst rst)
  (define mid (/ (+ lst rst) 2))
  (if (< (- rst lst) 1)
  lst
  (if (ok mid)
      (BS lst mid)
      (BS mid rst))))
(define ans 5)
(define (ok mid)
  (if (> mid 50)
       #t 
       #f))
Avatar_small
AP 10th Science Mode 说:
2022年9月19日 00:24

AP 10th Class Science Model Paper 2023 Pdf Download may useful to both Telugu Medium, English Medium and Urdu Medium 10th class students of the state board to score better marks in the exams like SA-1, SA-2, FA-1, FA-2, FA-3, FA-4. AP 10th Science Model PaperThese practice model papers not only helped in getting marks but also improve the student’s knowledge of science.AP 10th Science Model Paper 2023 Pdf with answers suggested for all kinds of exams held under BSEAP along with assignments were made with the instructions of Leading educational institutes, Education portals of the state such as Sakshi Education, Eenadu Pratibha.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter