Problem exponentiate
User Daembt
Submission Time 2026-03-27 20:21:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp:2:1: error: ‘usinf’ does not name a type; did you mean ‘sinf’?
2 | usinf namespace std;
| ^~~~~
| sinf
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:4:5: error: ‘ios’ has not been declared
4 | ios::sync_with_stdio(False);
| ^~~
exponentiate.cpp:4:26: error: ‘False’ was not declared in this scope
4 | ios::sync_with_stdio(False);
| ^~~~~
exponentiate.cpp:5:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
5 | cin.tie(NULL);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from exponentiate.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
exponentiate.cpp:16:1: error: ‘cout’ was not declared in this scope; did you