QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#536334#4927. Bounded Spanning Treeegypt_ioi2024b_05Compile Error//C++204.2kb2024-08-29 02:16:012024-08-29 02:16:01

详细

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--){
      |                ^