12 Answers
0
python supports arbitrarily large numbers (10^1000 and bigger) so you don't need to worry about it
0
but I tried I used divide and conquer but nothing happens
0
even I tried the built in function pow and also in this case nothing happens
0
probably some other mistake that you made, because as you can see
https://code.sololearn.com/czQQ3HKo802e/?ref=app
0
but my question is for print(1000000000*1000000000)
Time limit is exceeded
0
10^9*10^9=10^18 which is way smaller than 10^1000, and it works for me, so this is some issue on your end
0
sorry we have to compute 1000000000**1000000000
0
Ayush Singhal that works on normal python compilers but not the SL one due to limitations
0
This aslo doesn't work in my pc
0
Ayush Singhal which error are you getting
0
hinanawi have you tried this on pc
0
Ayush Singhal what's the issue when you try it, i don't have access to a pc atm