QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#733383 | #9574. Strips | carrotqq | Compile Error | / | / | C++14 | 1.7kb | 2024-11-10 18:32:53 | 2024-11-10 18:32:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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