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
Here what is happen: the input gets casted to int because intdiv method implemented in Java accepts integers. So 3315714752669 became 157 after casting to int only then divided by 10 which gives actual result.
Currently:
This is incorrect, and it should be
The text was updated successfully, but these errors were encountered: