QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#536335 | #4927. Bounded Spanning Tree | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 2.0kb | 2024-08-29 02:16:51 | 2024-08-29 02:16:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:57:9: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’? 57 | Hello World! 2 | ^~~~~ | ftello answer.code:59:16: error: ‘T’ was not declared in this scope 59 | int T;cin>>T;test:while(T--){ | ^