0_0_18832555_27438.cpp: In function 'long long int power(long long int, long long int)':
0_0_18832555_27438.cpp:31:35: error: expected ';' at end of input
{LL p = 1;while (n > 0) {if(n%2) {p
^
0_0_18832555_27438.cpp:31:35: error: expected '}' at end of input
0_0_18832555_27438.cpp:31:35: error: expected '}' at end of input
0_0_18832555_27438.cpp:31:35: error: expected '}' at end of input
|