From 19b8948a93f5a4cb6d58972c3b32aabc568e9460 Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:09:45 +0800 Subject: [PATCH] Update generate_quotes_json.cpp --- generate_quotes_json.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/generate_quotes_json.cpp b/generate_quotes_json.cpp index 2141af5..f2db594 100644 --- a/generate_quotes_json.cpp +++ b/generate_quotes_json.cpp @@ -24,9 +24,6 @@ using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(0); - - freopen("C:\\Users\\Life Adventurer\\Desktop\\Develop\\Quote_Generator\\quote_input.txt", "r", stdin); - freopen("C:\\Users\\Life Adventurer\\Desktop\\Develop\\Quote_Generator\\quote_output.txt", "w", stdout); string quote, author; while(true){ @@ -46,4 +43,4 @@ int main() { * "To stop trying is never the solution." * "You are not alone. Lord have your way." * "Failure is another blessing. Only by accepting it calmly can it bring growth." -**/ \ No newline at end of file +**/