mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
resolve compile error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user