| Problem | addition |
|---|---|
| User | havinaaaaash |
| Submission Time | 2024-05-25 23:06:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:11: error: ‘pow’ was not declared in this scope
6 | if (a <= pow(10, 9) && b <= pow(10,9)){
| ^~~