QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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