无力吐槽今天依图科技的第一题,蚂蚁爬魔方,这题确定是能在短时间里写完的吗? 第二题10分钟秒过了,第一题写了1个小时,没debug完,过了22%, 赛后debug的代码,长得像坨屎,不知道有没有短点的代码。 参考: #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<vector> using namespace std; int pos[6][9][4],p[5][5]; int dx[]={-1,0,1,0}...