记录详情

Accepted

foo.cc: In function 'bool isPrime(ll)':
foo.cc:29:14: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
      if(n%(i)==0 | n%(i+2)==0) return false;
         ~~~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 395ms 1.168 MiB
#2 Accepted 393ms 1.148 MiB
#3 Accepted 396ms 1.164 MiB
#4 Accepted 395ms 1.164 MiB
#5 Accepted 365ms 1.141 MiB

信息

递交者
类型
递交
题目
P1266 寻找非素数
语言
C++
递交时间
2021-07-11 12:50:19
评测时间
2021-07-11 12:50:19
评测机
分数
100
总耗时
1945ms
峰值内存
1.168 MiB