QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#853841#9736. Kind of Bingoucup-team5055#Compile Error//C++14744b2025-01-11 19:37:542025-01-11 19:38:01

Details

answer.code: In function ‘void solve()’:
answer.code:12:16: error: missing template arguments before ‘grd’
   12 |         vector grd(n, vector<int>(m));
      |                ^~~
answer.code:16:17: error: ‘grd’ was not declared in this scope; did you mean ‘grid’?
   16 |                 grd[i/m][i%m] = x+1;
      |                 ^~~
      |                 grid
answer.code:28:22: error: ‘grd’ was not declared in this scope; did you mean ‘grid’?
   28 |                 sort(grd[i].begin(), grd[i].end());
      |                      ^~~
      |                      grid