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