QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#612766 | #8524. Weather Forecast | ZhangYiDe | Compile Error | / | / | C++20 | 979b | 2024-10-05 12:51:27 | 2024-10-05 12:51:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:33:30: error: ‘a’ was not declared in this scope 33 | for(int i=0;i<N;i++)cin>>a[i]; | ^ answer.code:40:21: error: ‘lo’ was not declared in this scope; did you mean ‘l’? 40 | double mid=(lo+hi)/2.0; | ^~ | l answer.code:40:24: error: ‘hi’ was not declared in this scope; did you mean ‘h’? 40 | double mid=(lo+hi)/2.0; | ^~ | h