Geceye şiir, şarkı bırakılıyor da kod neden bırakılmasın? dedim

Ben başlıyorum.
#include <iostream>
using namespace std;
int main()
{
double everything in my life;
if (everything is on the way)
{
cout<<“life is worth to live”<<endl;
}
else if (several things are cracking)
{
cout<<“life is worth to fight”<<endl;
}
else
{
cout<<“life is worth to die”<<endl;
}
return 0;
}