#include using namespace std;

int main() { string name = '你'; string feeling = '我喜欢你'; string reason = '因为你让我感到幸福'; string future = '我希望和你一起创造美好的未来';

cout << "亲爱的" << name << "," << endl;
cout << feeling << "," << endl;
cout << "这不是因为你的外表,而是因为你的内在。" << endl;
cout << reason << "," << endl;
cout << "和你在一起,我感到特别的快乐和满足。" << endl;
cout << "我希望我们可以一起经历人生的起起伏伏," << endl;
cout << future << "。" << endl;
cout << "我爱你!" << endl;

return 0;

}

输出:

亲爱的你, 我喜欢你, 这不是因为你的外表,而是因为你的内在。 因为你让我感到幸福, 和你在一起,我感到特别的快乐和满足。 我希望我们可以一起经历人生的起起伏伏, 我希望和你一起创造美好的未来。 我爱你!

用代码表白,写给你的爱情程序

原文地址: https://www.cveoy.top/t/topic/lVgO 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录