QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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"; | ^~~~~~~~~~~