Closed phuang1024 closed 3 years ago
Changed vectors to arrays:
// old const vector<vector<char>> DIR_R = ...; // new const char DIR_R[4][2] = ...;
NPS increased from 1130k to 1140k.
Describe changes
Changed vectors to arrays:
Additional info
NPS increased from 1130k to 1140k.