Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 111 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 111 Bytes

#include using namespace std; int main() { cin.tie(0)->sync_with_stdio(0);

return 0;

}