CS计算机代考程序代写 {程序代写 CS代考 { x := 14; while (x / 2 > 9) { write x; } for (i <- x .. 7) { print "can you hear me?"; } }