Problem | exponentiate |
---|---|
User | Thecoder3281f |
Submission Time | 2023-02-24 15:58:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:17:12: error: ‘cin’ was not declared in this scope
17 | int n; cin >> n;
| ^~~
exponentiate.cpp:22:9: error: ‘cout’ was not declared in this scope
22 | cout << power(a, b, m) << endl;
| ^~~~
exponentiate.cpp:22:35: error: ‘endl’ was not declared in this scope
22 | cout << power(a, b, m) << endl;
| ^~~~