Change again because now it looks cooler or something
This commit is contained in:
parent
83e4097ab7
commit
3227957636
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user