| Problem | exponentiate |
|---|---|
| User | Ant1234567890 |
| Submission Time | 2025-06-13 10:44:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:10:6: error: expected ‘;’ before ‘for’
10 | t=x
| ^
| ;
11 | for(int a=0;a<y;a++){
| ~~~
exponentiate.cpp:11:15: error: ‘a’ was not declared in this scope
11 | for(int a=0;a<y;a++){
| ^