Torne o CIN Cout mais rápido
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}
Nasty Narwhal
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}