QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474269 | #3098. Ancient Machine | egypt_ioi2024_01 | Compile Error | / | / | C++23 | 1.5kb | 2024-07-12 17:01:28 | 2024-07-12 17:01:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Anna.code: In function ‘void Anna(long long int, std::vector<char>)’: Anna.code:18:18: error: ‘v’ was not declared in this scope 18 | }else if(v[i]=='Z'){ | ^ Anna.code:29:9: error: ‘send’ was not declared in this scope; did you mean ‘Send’? 29 | send((nah[i])|(i==N-1?0:nah[i+1])); | ^~~~ | Send grader_Anna.cpp: In function ‘int main()’: grader_Anna.cpp:67:16: warning: range-based ‘for’ loops only available with ‘-std=c++11’ or ‘-std=gnu++11’ 67 | for (int x : send_array) | ^~~~~~~~~~ grader_Anna.cpp:67:16: error: forming reference to reference type ‘std::vector<int>&’