QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#147834#3531. Prime or numberGuanYunchangCompile Error//C++20409b2023-08-23 14:33:332023-08-23 14:33:36

詳細信息

answer.code: In function ‘void solve()’:
answer.code:12:15: error: ‘x’ was not declared in this scope
   12 |     cout << ((x & (x - 1)) ? "No" : "Yes") << endl;
      |               ^