mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fix spacing
This commit is contained in:
parent
8f41e1704d
commit
264a26e15a
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user