QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#213848 | #6547. Banshee | ucup-team2233# | Compile Error | / | / | C++14 | 2.3kb | 2023-10-14 16:21:36 | 2023-10-14 16:21:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool check()’: answer.code:70:20: error: invalid types ‘long long int[long long int]’ for array subscript 70 | int tim=tim[i]; | ^ answer.code: In function ‘int main()’: answer.code:80:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 80 | scanf("%lld",&T); | ~~~~~^~~~~~~~~~~ answer.code:84:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 84 | scanf("%lld %lld",&n,&m); | ~~~~~^~~~~~~~~~~~~~~~~~~ answer.code:87:18: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 87 | scanf("%lld %lld %lld %lld",&l[i],&r[i],&h,&s); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~