Language: HTML document.onkeydown=function (e){ var currKey=0,evt=e||window.event; currKey=evt.keyCode||evt.which||evt.charCode; if (currKey == 123) { window.event.cancelBubble = true; window.event.returnValue = false; } }
摘要: 2020 Hdu多校第十场 1003 && Hdu 6879 原文链接 https://www.cnblogs.com/-Dominate-/p/13539788.html 题面 Mine Sweeper Problem Description A mine-sweeper map can be e 阅读全文
posted @ 2020-08-21 10:45 DDDOMINATE 阅读(383) 评论(0) 推荐(0)
摘要: Codeforces Round #644 (Div. 3) 原文链接 https://www.cnblogs.com/-Dominate-/p/13539705.html A. Minimal Square 思路 水 #include<bits/stdc++.h> #define ll long 阅读全文
posted @ 2020-08-21 10:32 DDDOMINATE 阅读(166) 评论(0) 推荐(0)