QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#253229 | #5600. Restaurant Opening | GuanYunchang | Compile Error | / | / | C++11 | 837b | 2023-11-16 20:01:30 | 2023-11-16 20:01:31 |
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:17:25: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’? 17 | scanf_s("%d", &aa[i][j]); | ^~~~~~~ | scanf