QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#612768 | #8524. Weather Forecast | GuanYunchang | Compile Error | / | / | C++20 | 976b | 2024-10-05 12:51:55 | 2024-10-05 12:51:58 |
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]; | ^