mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
resolve compile error
This commit is contained in:
parent
70ac13f4a0
commit
c7a50927b7
@ -20,6 +20,6 @@ int main() {
|
||||
/// Give two nos as a^b (where '^' denotes power exponent operation
|
||||
std::cin >> a >> b;
|
||||
///Result of a^b
|
||||
std::cout << binExpo(a,b) << endl;
|
||||
std::cout << binExpo(a,b) << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user