why I am getting run-error in two test cases.
In what other cases I can get run time errors.
Run-error in two test case
@amitsharma246813
hello Amit,
use long long in place of int.
because i*i can exceeds the range of int datatype and then integer overflow can happen.
still I am getting run-error