QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#185721 | #3102. Navigation 2 | bailan# | Compile Error | / | / | C++20 | 2.4kb | 2023-09-22 15:45:51 | 2024-07-04 02:07:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Anna.code:1:9: fatal error: Alice.h: No such file or directory 1 | #include<Alice.h> | ^~~~~~~~~ compilation terminated. grader_Anna.cpp: In function ‘int main(int, char**)’: grader_Anna.cpp:66:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 66 | argv[2] = "/dev/null"; | ^~~~~~~~~~~