QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#606765 | #1393. Skierowany graf acykliczny [C] | 3un_larryfunc | Compile Error | / | / | C++20 | 992b | 2024-10-03 12:04:18 | 2024-10-03 12:04:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:142:35: error: extended character 、 is not valid in an identifier 142 | for (int i=1; i<=n; i++%3?:k/=3)、 | ^ answer.code: In function ‘int main()’: answer.code:142:35: error: ‘、’ was not declared in this scope 142 | for (int i=1; i<=n; i++%3?:k/=3)、 | ^~ answer.code:137:9: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 137 | scanf ("%u", &k); | ~~~~~~^~~~~~~~~~