QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#356160 | #8057. Best Carry Player 4 | MaMengQi | Compile Error | / | / | C++14 | 2.2kb | 2024-03-17 16:22:57 | 2024-03-17 16:22:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:67:11: error: ‘Case’ was not declared in this scope 67 | ++Case; | ^~~~ answer.code: In function ‘int main()’: answer.code:106:20: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 106 | int T;scanf("%d",&T); | ~~~~~^~~~~~~~~ answer.code: In function ‘void solve()’: answer.code:68:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 68 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:69:38: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 69 | for(rg int i=0;i<n;i+=1)scanf("%lld",A+i); | ~~~~~^~~~~~~~~~~~ answer.code:70:38: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 70 | for(rg int i=0;i<n;i+=1)scanf("%lld",B+i); | ~~~~~^~~~~~~~~~~~