【C語言】用"I love you!"打印心形

#include<iostream> #include<cmath> using namespace std; int main() { float x, y; string s = "I love you!"; int l = s.length(); for (y = 1.3f; y >= -1.1f; y -= 0.06f) { int
相關文章
相關標籤/搜索