diff --git a/assignments/asgn1.cpp b/assignments/asgn1.cpp index 391e22d..0bf5b05 100644 --- a/assignments/asgn1.cpp +++ b/assignments/asgn1.cpp @@ -58,13 +58,13 @@ const std::map tests = { const std::map english_tests = { - { 20, "The prime factors of 20 are 2, 2 and 5.\n"}, - { 29, "The prime factor of 29 is 29.\n"}, - { 49, "The prime factors of 49 are 7 and 7.\n"}, - { 625, "The prime factors of 625 are 5, 5, 5 and 5.\n"}, - { 324324, "The prime factors of 324324 are 2, 2, 3, 3, 3, 3, 7, 11 and 13.\n"}, - { 9876543210, "The prime factors of 9876543210 are 2, 3, 3, 5, 17, 17 and 379721.\n"}, - { 1234567890987654321, "The prime factors of 1234567890987654321 are 3, 3, 7, 19, 928163 and 1111211111.\n"} + { 20, "The prime factors of 20 are 2, 2 and 5."}, + { 29, "The prime factor of 29 is 29."}, + { 49, "The prime factors of 49 are 7 and 7."}, + { 625, "The prime factors of 625 are 5, 5, 5 and 5."}, + { 324324, "The prime factors of 324324 are 2, 2, 3, 3, 3, 3, 7, 11 and 13."}, + { 9876543210, "The prime factors of 9876543210 are 2, 3, 3, 5, 17, 17 and 379721."}, + { 1234567890987654321, "The prime factors of 1234567890987654321 are 3, 3, 7, 19, 928163 and 1111211111."} };