QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#132049#2920. Ultimate Binary WatchZhangYiDeCompile Error//C++98747b2023-07-29 01:55:222023-07-29 01:55:26

Details

answer.code: In function ‘int main()’:
answer.code:12:23: error: ‘>>’ should be ‘> >’ within a nested template argument list
   12 |     vector<vector<char>>v(4,vector<char>(4));
      |                       ^~
      |                       > >