QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#733380 | #9574. Strips | carrotqq | Compile Error | / | / | C++14 | 1.7kb | 2024-11-10 18:32:32 | 2024-11-10 18:32:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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