Update generate_quotes_json.cpp

This commit is contained in:
Moon
2023-10-04 00:09:45 +08:00
committed by GitHub
parent 3b85e6e3d8
commit 19b8948a93

View File

@@ -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."
**/
**/