Anything wrong with the cf clang++20 diagnostics?

Revision en2, by qwedc001, 2023-09-19 16:11:48

Run id 224039373 status:CE

after noticing the CE error I found I've been using the wrong language to submit,then I tried GNU C++17 and it worked.

but the CE record is just weird,it reported an issue finding the header,but the only header I was using in the program was iostream and algorithm.

before that was a TLE record Run id 224039721,it has the iostream,algorithm and map header,but it managed to be compiled then stuck on time limit,lol.

The main problem is that CE promblem which makes me confused.but it'll be appreciated if someone can explain the TLE thing,is it a bug or a feature?

Tags need help, clang

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English qwedc001 2023-09-19 16:11:48 8 Added Spaces
en1 English qwedc001 2023-09-19 16:11:18 645 Initial revision (published)