From 9497591283bc0893fdf80b1a571d76de4f817a88 Mon Sep 17 00:00:00 2001 From: Same0620 <131766594+Same0620@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:00:59 +0800 Subject: [PATCH] Update gen.cpp --- pA/gen/gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pA/gen/gen.cpp b/pA/gen/gen.cpp index 390efbc..415dfcd 100644 --- a/pA/gen/gen.cpp +++ b/pA/gen/gen.cpp @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) { } if(ch==1){ int l = rnd.next(1LL, n); - int r = rnd.next(lLL, n); + int r = rnd.next(1LL, n); int k = rnd.next(1, 1000000000); cout << ch << ' ' << l << ' ' << r << ' ' << k << "\n"; }else if(ch==2){