Problem exponentiate
User AthanChee03
Submission Time 2023-11-10 15:00:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:15:2: error: ‘cin’ was not declared in this scope
15 | cin >> t;
| ^~~
exponentiate.cpp:20:3: error: ‘cout’ was not declared in this scope
20 | cout << binpow(a,b)%m << "\n";
| ^~~~