QOJ.ac

QOJ

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

详细

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