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
// This is a C++ code which determines whether a number is valid or not...
// If a number starts with 0 then it should be of size 11 with every element be a digit from 0 to 9 else it should be of size 10 with every element be a digit from 0 to 9...