QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~~~