QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#441640 | #8577. 평균 최대화 | ZhangYiDe | Compile Error | / | / | C++20 | 1.5kb | 2024-06-14 16:53:15 | 2024-06-14 16:53:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool f(std::pair<long long int, long long int>, std::pair<long long int, long long int>)’: answer.code:34:21: error: ‘w’ was not declared in this scope 34 | return (Q < w); | ^ answer.code: In function ‘std::pair<long long int, long long int> rec(std::vector<int>&)’: answer.code:42:1: warning: no return statement in function returning non-void [-Wreturn-type] 42 | } | ^