QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#449108#4832. Telepathyegypt_ioi2024_01Compile Error//C++231.1kb2024-06-20 17:25:272024-06-20 17:25:28

详细

answer.code:26:2: error: stray ‘#’ in program
   26 | }#include "bits/stdc++.h"
      |  ^
answer.code:26:3: error: ‘include’ does not name a type
   26 | }#include "bits/stdc++.h"
      |   ^~~~~~~
answer.code:29:5: error: redefinition of ‘int main()’
   29 | int main(){
      |     ^~~~
answer.code:4:5: note: ‘int main()’ previously defined here
    4 | int main(){
      |     ^~~~