QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#179034#3097. Shoppingbailan#Compile Error//C++202.8kb2023-09-14 17:02:122024-07-04 02:00:09

詳細信息

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";
      |             ^~~~~~~~~~~