4
0
7
64
336
575
110
练手,模拟法... 感叹以前自己居然不懂,复杂度o(n). #include using namespace std; struct cube { unsigned int digit:4; }; cube digit[100000],res[100000]; int main() { int r,c,t,i,l;char tmp; while(1) ...