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(); pre();
int t; int t;
(TEST && cin >> t) || (t = 1);
#if TEST == 1
cin >> t;
#else
t = 1;
#endif
while (t--) { while (t--) {
solve(); solve();
} }