#include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); long N,M; cin>>N>>M; cout<<(N*(N+1)/2<=M?"Yes":"No")<