Runtime error

Describe your issue

always showing runtime error for every topic solving

Screenshot

Additional info

Runtime error occurs when your program is running. runtime errors happen during program use and can cause unexpected behavior or crashes. various reasons could be dividing by zero, accessing invalid memory, and incorrect data types , or maybe you are using a variable without assigning its value first, and many other cases. do check your code thoroughly for avoiding it.