Many warnings occur. +999 More than ...
Integer literal is too large to be represented in type 'long' and is subject to undefined behavior under C++98, interpreting ad 'unsigned long'; this literal will have type 'long long' in C++11 onwards
How can I fix this problem?
↧