Problem exponentiate_ex
User InfinityIntegral
Submission Time 2023-10-13 10:29:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate_ex.cpp: In function ‘int main()’:
exponentiate_ex.cpp:18:5: error: ‘cin’ was not declared in this scope
18 | cin >> T;
| ^~~
exponentiate_ex.cpp:25:9: error: ‘cout’ was not declared in this scope
25 | cout << static_cast<long long>(result) << endl;
| ^~~~
exponentiate_ex.cpp:25:51: error: ‘endl’ was not declared in this scope
25 | cout << static_cast<long long>(result) << endl;
| ^~~~