QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ~~~~~^~~~~~~~~~~~~~~~~~~