QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#759290 | #7796. Axis-Aligned Area | ZhaoZiLong | Compile Error | / | / | C++98 | 539b | 2024-11-18 00:09:09 | 2024-11-18 00:09:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int maxEnclosedArea(int, int, int, int)’: answer.code:8:21: warning: range-based ‘for’ loops only available with ‘-std=c++11’ or ‘-std=gnu++11’ [-Wc++11-extensions] 8 | for (int area : areas) { | ^~~~~ answer.code:8:21: error: forming reference to reference type ‘int (&)[6]’