Problem | exponentiate |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-02 08:12:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i = 0; i < T; i++) {
| ^
exponentiate.cpp:10:10: error: invalid type argument of unary ‘*’ (have ‘long long int’)
10 | x = x**y;
| ^