本同步歌词将《赐我》中间大段伴奏部分改为三秒
注:一个“▲”为一秒,如需.exe可执行文件可去网址:
(4条消息) 《赐我》-一只白羊同步歌词-C++文档类资源-CSDN文库https://download.csdn.net/download/m0_62815474/87303137
源码奉上:
#include<bits/stdc++.h>
#define WIN32_LEAN_AND_MEAN //此行如编译错误可删
#include<windows.h>
using namespace std;
int main (){
system("pause");
system("cls");
cout<<"▲▲▲" <<endl<<"赐我一场相爱";
Sleep(1000);
system("cls");
cout<<"▲▲"<<endl<<"赐我一场相爱";
Sleep(1000);
system("cls");
cout<<"▲"<<endl<<"赐我一场相爱";
Sleep(1000);
system("cls");
cout<<"赐我一场相爱"<<endl;
Sleep(1700);
cout<<"怎么你又匆匆地离开"<<endl;
Sleep(2300);
cout<<"赐我一场痛快"<<endl;
Sleep(1700);
cout<<"怎么剩我迟迟难释怀"<<endl;
Sleep(2300);
cout<<"赐我一场期待"<<endl;
Sleep(1700);
cout<<"怎么彼此走散在人海"<<endl;
Sleep(2500);
cout<<"只道当初何必谈未来"<<endl;
Sleep(4500);
cout<<"恍然之间已是春去又秋来"<<endl;
Sleep(3700);
cout<<"长发及腰你却早就已不在"<<endl;
Sleep(3700);
cout<<"太多爱恨纠缠我却心口难开"<<endl;
Sleep(4500);
cout<<"牵过了的手败给了依赖"<<endl;
Sleep(4000);
cout<<"回忆不知不觉褪去了色彩"<<endl;
Sleep(3700);
cout<<"可那山盟海誓该怎么忘怀"<<endl;
Sleep(3700);
cout<<"我好像独自站在那三尺红台"<<endl;
Sleep(4000);
cout<<"等你来为我喝一声倒彩"<<endl;
Sleep(3800);
cout<<"赐我一场相爱"<<endl;
Sleep(1700);
cout<<"怎么你又匆匆地离开"<<endl;
Sleep(2300);
cout<<"赐我一场痛快"<<endl;
Sleep(1700);
cout<<"怎么剩我迟迟难释怀"<<endl;
Sleep(2300);
cout<<"赐我一场期待"<<endl;
Sleep(1700);
cout<<"怎么彼此走散在人海"<<endl;
Sleep(2500);
cout<<"只道当初何必谈未来"<<endl;
Sleep(4300);
cout<<"我们若只如"<<endl;
Sleep(2500);
cout<<"第一次遇见"<<endl;
Sleep(1500);
cout<<"为我而执迷不悟"<<endl;
Sleep(2300);
cout<<"一切都不会变"<<endl;
Sleep(2000);
cout<<"已是百口难辨又何须多言"<<endl;
Sleep(4000);
cout<<"徒留思念怎么浅"<<endl;
Sleep(4000);
system("cls");
cout<<"▲▲▲" <<endl<<"那些遗憾不甘明明想掩埋";
Sleep(1000);
system("cls");
cout<<"▲▲"<<endl<<"那些遗憾不甘明明想掩埋";
Sleep(1000);
system("cls");
cout<<"▲"<<endl<<"那些遗憾不甘明明想掩埋";
Sleep(1000);
system("cls");
cout<<"那些遗憾不甘明明想掩埋"<<endl;
Sleep(4000);
cout<<"偶尔前缘旧梦偏偏又作怪"<<endl;
Sleep(4000);
cout<<"理不清 求不来 剪不断 解不开"<<endl;
Sleep(4300);
cout<<"是恨 是爱 还是执念难捱"<<endl;
Sleep(3200);
cout<<"赐我一场相爱"<<endl;
Sleep(1700);
cout<<"怎么你又匆匆地离开"<<endl;
Sleep(2300);
cout<<"赐我一场痛快"<<endl;
Sleep(1700);
cout<<"怎么剩我迟迟难释怀"<<endl;
Sleep(2300);
cout<<"赐我一场期待"<<endl;
Sleep(1700);
cout<<"怎么彼此走散在人海"<<endl;
Sleep(2500);
cout<<"只道当初何必谈未来"<<endl;
Sleep(4300);
cout<<"相逢又离别是等闲"<<endl;
Sleep(3500);
cout<<"何必又夜夜空悲切"<<endl;
Sleep(3500);
cout<<"忘了你最初的谎言"<<endl;
Sleep(3700);
cout<<"和你最后的敷衍"<<endl;
Sleep(4600);
cout<<"若你早知道会厌倦"<<endl;
Sleep(4000);
cout<<"何必曾拨弄我心弦"<<endl;
Sleep(4000);
cout<<"花前又月下是瞬间"<<endl;
Sleep(4000);
cout<<"天各一方是永远"<<endl;
Sleep(5000);
system("pause");
return 0;
}