Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Why is the solution not accepted?

Правка en1, от nachiiiketa, 2019-08-05 06:52:35

I have been trying this problem using C++, but have been unable to solve it. I tried doing in Python and it did fine in my Linux Machine (GCC-Compiler), but when I submit it here, its shows me run-time error. Where am I going wrong?

The Code:

a = int(input()) b = int(input()) ans = (a ** b) — (b ** a) print((ans))

Теги a^b - b^a

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский nachiiiketa 2019-08-05 06:55:36 107
en1 Английский nachiiiketa 2019-08-05 06:52:35 366 Initial revision (published)