Problem exponentiate
User 2Princes1Lance
Submission Time 2023-12-04 08:26:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:35:2: error: ‘ios_base’ has not been declared
35 | ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr);
| ^~~~~~~~