摘要: 1 import stdarray 2 import math 3 import stddraw 4 import stdaudio 5 import stdio 6 SPS = 44100 7 CONCERT_A = 440.0 8 while not stdio.isEmpty(): 9 pitch = stdio.readInt() 10 duration... 阅读全文
posted @ 2017-08-04 00:00 跳过了E 阅读(206) 评论(0) 推荐(0)