QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#318820 | #7795. 茧 | locsey | Compile Error | / | / | C++14 | 1.7kb | 2024-01-31 21:52:24 | 2024-01-31 21:52:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solver::solve()’: answer.code:53:9: error: expected primary-expression before ‘}’ token 53 | } | ^ answer.code: In function ‘void Solver::mian()’: answer.code:56:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 56 | fprintf(stderr, "floor memery : %d\n", (&_st - &_ed) >> 20); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld