Problem addition
User XY
Submission Time 2023-07-16 15:18:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:6:8: error: ‘pow’ was not declared in this scope
6 | int L1=pow(10,9);
| ^~~
addition.cpp:7:8: error: ‘pow’ was not declared in this scope
7 | int L2=pow(10.18);
| ^~~