From 19d662730cf85eb2261cb88d99be0da9eaf3e7b4 Mon Sep 17 00:00:00 2001 From: rushikesh <35166569+rushimanjrekar@users.noreply.github.com> Date: Thu, 18 Jan 2018 15:44:56 +0530 Subject: [PATCH] declared t in main function --- CLPERM.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLPERM.cpp b/CLPERM.cpp index 1f5d7ec..7310712 100755 --- a/CLPERM.cpp +++ b/CLPERM.cpp @@ -77,7 +77,8 @@ void solve() } int main() -{ +{ + int t; ios_base::sync_with_stdio(false); cin >> t; while(t--)