We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include using namespace std; int main() { cin.tie(0)->sync_with_stdio(0);
return 0;
}