Problem exponentiate
User Mimikyu
Submission Time 2023-12-18 14:28:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:5:41: error: expected ‘;’ before ‘int’
5 | ios_base::sync_with_stdio(0);cin.tie(0)
| ^
| ;
6 | int t;
| ~~~
exponentiate.cpp:7:7: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
7 | cin>>t;
| ^
| tm