diff --git a/main.cpp b/main.cpp index bddcb5a..8b2261c 100644 --- a/main.cpp +++ b/main.cpp @@ -11,7 +11,6 @@ const vector middle_digit_strings = { int main() { int input; - // ReSharper disable once CppDFAEndlessLoop /* * Use while (true) with break instead of while(cin) to be able to instantly stop the loop in case of an invalid input */