Problem exponentiate
User Red123
Submission Time 2025-07-29 16:51:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:7:10: error: expected ‘;’ before ‘long’
7 | cin >> t
| ^
| ;
exponentiate.cpp:10:10: error: ‘n’ was not declared in this scope
10 | cin >> n >> a >> b;
| ^
exponentiate.cpp:10:15: error: ‘a’ was not declared in this scope
10 | cin >> n >> a >> b;
| ^
exponentiate.cpp:10:20: error: ‘b’ was not declared in this scope
10 | cin >> n >> a >> b;
| ^