Same
How is it possible to keep the function as long int if one of the test cases uses the value 15,241,383,936, which goes over the capacity of a long int? I had to change mine to long long int
Loading collection data...
Same
How is it possible to keep the function as long int if one of the test cases uses the value 15,241,383,936, which goes over the capacity of a long int? I had to change mine to long long int