From b465dfdef74dea2c191eaaccdc47b79c9466e39b Mon Sep 17 00:00:00 2001 From: anushabollimutha <43820185+anushabollimutha@users.noreply.github.com> Date: Wed, 3 Oct 2018 21:00:30 +0530 Subject: [PATCH] Update RIGHTTRI.c --- RIGHTTRI.c | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGHTTRI.c b/RIGHTTRI.c index 2387136..801c2e8 100644 --- a/RIGHTTRI.c +++ b/RIGHTTRI.c @@ -4,6 +4,7 @@ #define ll long long int main() { + // ok good but for what int m,h; ll s,a,b; scanf("%d",&m);