QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#317336 | #7365. 东方永夜抄 | locsey | Compile Error | / | / | C++14 | 3.2kb | 2024-01-28 21:00:09 | 2024-01-28 21:00:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solver::mian()’: answer.code:63:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 63 | fprintf(stderr, "floor memery : %d\n", (&_st - &_ed) >> 20); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld At global scope: cc1plus: error: ‘::main’ must return ‘int’