I was just doing virtual on 1338A - Powered Addition.
I wrote the following code: 121160133
and it out puts "63" on this test: N = 5, A = {-9, -2, -2, 7, 5} on both versions of C++17.
The probably problematic part is here:
code
But I thought __lg(0) is -1? Also in custom invocation, the error message never appears.
Does anyone have any idea?