摘要: #include "stdio.h" #include "Windows.h" int main() { float y,x; for(y = 1.5f;y > -1.5f; y -= 0.1f) { for(x = -1.5f;x < 1.5f;x += 0.05f) { float a = x 阅读全文
posted @ 2021-11-17 14:12 比尔的歌 阅读(40) 评论(0) 推荐(0)