QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#185727 | #3102. Navigation 2 | bailan# | Compile Error | / | / | C++20 | 2.4kb | 2023-09-22 15:48:02 | 2024-07-04 02:07:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Anna.code: In function ‘void Anna(int, int, std::vector<int>, std::vector<int>)’: Anna.code:47:22: error: ‘setFlag’ was not declared in this scope; did you mean ‘SetFlag’? 47 | rep(i,0,n)rep(j,0,n)setFlag(i,j,val[i][j]); | ^~~~~~~ | SetFlag 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"; | ^~~~~~~~~~~