QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#403560#51. TilingZhaoZiLongCompile Error//C++17397b2024-05-02 14:37:082024-05-02 14:37:09

详细

answer.code: In function ‘int main()’:
answer.code:20:5: error: ‘else’ without a previous ‘if’
   20 |     else if(n%2!=0) cout<<0;
      |     ^~~~