diff --git a/codeforces/365-Mishka_and_Game.cpp b/codeforces/365-Mishka_and_Game.cpp index 8f90387..87b6132 100644 --- a/codeforces/365-Mishka_and_Game.cpp +++ b/codeforces/365-Mishka_and_Game.cpp @@ -20,11 +20,11 @@ int main() } if(mishka > chris) - cout << "Mishka" << endl; + cout << "Mishka" << "\n"; else if(chris > mishka) - cout << "Chris" << endl; + cout << "Chris" << "\n"; else - cout << "Friendship is magic!^^" << endl; + cout << "Friendship is magic!^^" << "\n"; return 0; -} \ No newline at end of file +}