Change again because now it looks cooler or something

This commit is contained in:
Segcolt 2025-10-20 11:34:34 -03:00
parent 83e4097ab7
commit 3227957636

View File

@ -96,13 +96,7 @@ int main()
pre();
int t;
#if TEST == 1
cin >> t;
#else
t = 1;
#endif
(TEST && cin >> t) || (t = 1);
while (t--) {
solve();
}