QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#421987 | #3836. So I'll Max Out My Constructive Algorithm Skills | GuanYunchang | Compile Error | / | / | C11 | 351b | 2024-05-26 15:58:03 | 2024-05-26 15:58:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘main’: answer.code:21:17: error: ‘std’ undeclared (first use in this function) printf("%d\n",std::min(s1,s2)); ^~~ answer.code:21:17: note: each undeclared identifier is reported only once for each function it appears in answer.code:21:20: error: expected ‘)’ before ‘:’ token printf("%d\n",std::min(s1,s2)); ^ ) answer.code:7:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&T); ^~~~~~~~~~~~~~ answer.code:11:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&n,&m); ^~~~~~~~~~~~~~~~~~~ answer.code:12:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%s",c+1); ^~~~~~~~~~~~~~~