QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#483515 | #4832. Telepathy | egypt_ioi2024b_05 | Compile Error | / | / | C++17 | 1.1kb | 2024-07-18 18:29:45 | 2024-07-18 18:29:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void print(int)’: answer.code:28:5: error: ‘s’ was not declared in this scope 28 | s.clear();while(i){s+=(i%10)+'0';i/=10;} | ^ answer.code: In function ‘int main()’: answer.code:42:62: error: expected ‘;’ before ‘}’ token 42 | print(i + f[bitset<N>(s.substr(i,N)).to_ulong()] + 1) | ^ | ; 43 | } | ~