记录详情

Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:19:25: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   19 |                         if(aa==0)
      |                         ^~
foo.cc:21:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   21 |                                 break;
      |                                 ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 396.0 KiB
#2 Accepted 2ms 500.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. 2ms 504.0 KiB

信息

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