QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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--){ | ^