Wrong Answer
/in/foo.cc: In function 'bool prime(int)':
/in/foo.cc:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x%i==0);
   ^~
/in/foo.cc:9:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    return false;
    ^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2514 挛生素数
 - 语言
 - C++
 - 递交时间
 - 2024-05-25 08:55:58
 - 评测时间
 - 2024-05-25 08:55:58
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 13ms
 - 峰值内存
 - 376.0 KiB