0_0_39483438_6463.cpp: In function 'int main()':
0_0_39483438_6463.cpp:13:22: error: invalid operands of types '__gnu_cxx::__promote<double>::__type' {aka 'double'} and 'int' to binary 'operator%'
13 | l=pow(x,x)%10;
| ~~~~~~~~^~~
| | |
| | int
| __gnu_cxx::__promote<double>::__type {aka double}
|