QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#298176 | #4433. Kitten and Roomba | ucup-team2880# | Compile Error | / | / | C++20 | 4.4kb | 2024-01-05 19:23:13 | 2024-01-05 19:23:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:160:2: error: ‘wgwrgw’ does not name a type 160 | }wgwrgw | ^~~~~~ answer.code: In function ‘void work()’: answer.code:134:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 134 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:136:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 136 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:154:21: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 154 | int T; scanf("%d",&T); | ~~~~~^~~~~~~~~