QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#319951 | #8211. Enumerating Substrings | ucup-team1005# | Compile Error | / | / | C++11 | 2.1kb | 2024-02-03 12:36:14 | 2024-02-03 12:36:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:75:2: error: expected unqualified-id before numeric constant 75 | }12312312312 | ^~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:26:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 26 | scanf("%d%d%d",&n,&m,&K); | ~~~~~^~~~~~~~~~~~~~~~~~~