+ 1
Does the math class needs to be imported in java because im tring to use the math.pow and doesnt work.. and if so how do i do it
3 ответов
+ 2
I mean, you could
import static java.lang.Math;
0
thank you it worked but tring to go on and running the code tells me 'time limit exceeded' whats up with that? any idea?
0
wierd its not long at all i think but its my first one so what do i know.. thanks alot anyway