You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << ((i % 3 !=0 && i%5 !=0) ? std::to_string(i) : "") // Goodness, this is kinda ugly. I realize now a neater way to do it (adding strings) but this was my first thought.