/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'bool isZhiShu(int)':
/in/foo.cc:7:21: error: expected primary-expression before '||' token
    return(a%2!=0&&a%||a/2!=0);
                     ^~
/in/foo.cc:12:13: error: 'ture' was not declared in this scope
      return ture;
             ^~~~

信息

递交者
类型
递交
题目
P1052 判断质数
语言
C++
递交时间
2020-04-06 13:33:02
评测时间
2020-04-06 13:33:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes