QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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"; | ^~~~~~~~~~~