mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
Fix spacing
This commit is contained in:
@@ -66,7 +66,7 @@ int main() {
|
||||
int64_t a, m;
|
||||
// Take input of a and m.
|
||||
std::cout << "Computing ((a^(-1))%(m)) using Fermat's Little Theorem";
|
||||
std:: cout << std::endl << std::endl;
|
||||
std::cout << std::endl << std::endl;
|
||||
std::cout << "Give input 'a' and 'm' space separated : ";
|
||||
std::cin >> a >> m;
|
||||
if (isPrime(m)) {
|
||||
|
||||
Reference in New Issue
Block a user