QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#516536 | #8209. Curly Palindromes | MaMengQi | Compile Error | / | / | C++11 | 1.2kb | 2024-08-12 18:04:54 | 2024-08-12 18:04:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:28:9: error: ‘t’ was not declared in this scope 28 | t[1].pk(st[i]); | ^ answer.code:31:20: error: ‘t’ was not declared in this scope 31 | for(auto x:t[i]) | ^ answer.code:23:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 23 | scanf("%d",&n);int len=s.size(); | ~~~~~^~~~~~~~~ answer.code:27:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 27 | scanf("%lld %lld %c",&st[i].x,&st[i].y,&c);num=c-'a';st[i].name=i; | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~