QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#59773 | #3846. Link-Cut Tree | MaMengQi | Compile Error | / | / | C++11 | 1.6kb | 2022-11-01 11:35:08 | 2022-11-01 11:35:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:28:38: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’? 28 | for (int i = 1; i <= m; i++) scanf_s("%d%d", &x[i], &y[i]); | ^~~~~~~ | scanf