QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#179034 | #3097. Shopping | bailan# | Compile Error | / | / | C++20 | 2.8kb | 2023-09-14 17:02:12 | 2024-07-04 02:00:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Anna.code: In function ‘void InitA(int, int, int)’: Anna.code:71:13: error: ‘sendA’ was not declared in this scope; did you mean ‘SendA’? 71 | rep(i,8,17)sendA(L&(1<<i)); | ^~~~~ | SendA Anna.code:72:13: error: ‘sendA’ was not declared in this scope; did you mean ‘SendA’? 72 | rep(i,8,17)sendA(R&(1<<i)); | ^~~~~ | SendA grader_Anna.cpp: In function ‘int main(int, char**)’: grader_Anna.cpp:37:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 37 | argv[2] = "/dev/null"; | ^~~~~~~~~~~