QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#562435 | #7471. ODT | yoy68 | Compile Error | / | / | C++14 | 5.1kb | 2024-09-13 17:36:36 | 2024-09-13 17:36:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void debug(long long int)’: answer.code:135:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 135 | debug(lc[u]); printf("%d ", val[u]); debug(rc[u]); | ~^ ~~~~~~ | | | | int long long int | %lld At global scope: cc1plus: error: ‘::main’ must return ‘int’