QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#536334 | #4927. Bounded Spanning Tree | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 4.2kb | 2024-08-29 02:16:01 | 2024-08-29 02:16:01 |
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:29:9: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’? 29 | Hello World! | ^~~~~ | ftello answer.code:31:16: error: ‘T’ was not declared in this scope 31 | int T;cin>>T;test:while(T--){ | ^