QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472614 | #4927. Bounded Spanning Tree | HuangHanSheng | Compile Error | / | / | C++20 | 243b | 2024-07-11 17:32:39 | 2024-07-11 17:32:39 |
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:13:43: error: ‘a’ was not declared in this scope 13 | for(int i=1;i<=m;i++)cin>>a; | ^