#41693: 加上io加速


s210367@student.cysh.cy.edu.tw (張少謙)


可以放io加速:

ios_base::sync_with_stdio(false);
cin.tie(NULL);

AC (24ms, 352KB)