QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#611698#5156. Going in Circlespokorfanclub#Compile Error//C++141.5kb2024-10-04 22:11:372024-10-04 22:11:39

Details

answer.code: In function ‘u64 gen()’:
answer.code:31:16: error: missing template arguments before ‘ss’
   31 |         vector ss(64, -1);
      |                ^~
answer.code:34:17: error: ‘ss’ was not declared in this scope; did you mean ‘s’?
   34 |                 ss[i] = rng() % 2;
      |                 ^~
      |                 s
answer.code:58:23: error: ‘ss’ was not declared in this scope; did you mean ‘s’?
   58 |         for (int& x : ss) {
      |                       ^~
      |                       s