Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

COMENZI IMPORTANTE

******************
#pragma GCC push_options
#pragma GCC optimize ("O3")
#pragma GCC pop_options

////////////////////
ios :: sync_with_stdio(false);
cin.tie(NULL);
cout.tie(NULL);

You might also like