记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:13:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   13 |                 if ( b%i==0)
      |                 ^~
foo.cc:15:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   15 |                         break;
      |                         ^~~~~
foo.cc:17:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   17 |                 if(isPrime==0)
      |                 ^~
foo.cc:19:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   19 |                         b/=10;
      |                         ^
# 状态 耗时 内存占用
#1 Accepted 3ms 504.0 KiB
#2 Accepted 2ms 504.0 KiB
#3 Wrong Answer On line 1: Read Yes, expect No. 2ms 504.0 KiB
#4 Wrong Answer On line 1: Read Yes, expect No. 2ms 504.0 KiB
#5 Wrong Answer On line 1: Read Yes, expect No. 3ms 496.0 KiB

信息

递交者
类型
递交
题目
A5-1 超级素数判断
语言
C++
递交时间
2025-08-07 20:05:07
评测时间
2025-08-07 20:05:07
评测机
分数
40
总耗时
13ms
峰值内存
504.0 KiB