Update generate_quotes_json.cpp

This commit is contained in:
Moon
2023-10-04 23:43:26 +08:00
committed by GitHub
parent 19b8948a93
commit 0a9a3d00ca

View File

@@ -15,12 +15,6 @@
using namespace std;
#ifdef LOCAL
#include "algo/debug.h"
#else
#define debug(...) 42
#endif
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0);