From 86950e7910bbd2f1881b1d69763e68766573de2b Mon Sep 17 00:00:00 2001 From: Gyubin Han <89185979+Gyubin-Han@users.noreply.github.com> Date: Thu, 2 May 2024 22:57:22 +0900 Subject: [PATCH] add: swea/3431.py --- swea/3431.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 swea/3431.py diff --git a/swea/3431.py b/swea/3431.py new file mode 100644 index 0000000..3eb4f04 --- /dev/null +++ b/swea/3431.py @@ -0,0 +1,11 @@ +n=int(input()) + +for i in range(1,n+1): + istr="#"+str(i) + l,u,x=map(int,input().split()) + if u