QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#733380#9574. StripscarrotqqCompile Error//C++141.7kb2024-11-10 18:32:322024-11-10 18:32:35

详细

answer.code: In function ‘void solve()’:
answer.code:26:12: error: ‘T’ was not declared in this scope
   26 |         if(T==18){
      |            ^
answer.code:60:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
   60 |         printf("%d\n",res.size());
      |                 ~^    ~~~~~~~~~~
      |                  |            |
      |                  int          std::vector<int>::size_type {aka long unsigned int}
      |                 %ld