记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:14:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(y%a==0)
    ^~
foo.cc:16:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     break;
     ^~~~~
foo.cc:27:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(t%a==0)
    ^~
foo.cc:29:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     break;
     ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 408.0 KiB
#2 Wrong Answer 2d1 < 5+195=200 4,8d2 < 9+191= 2ms 396.0 KiB
#3 Wrong Answer 1,2d0 < 3+297=300 < 5+295=300 2ms 384.0 KiB
#4 Wrong Answer 2,7d1 < 5+995=1000 < 7+993=100 2ms 400.0 KiB
#5 Wrong Answer 2,5d1 < 5+717=722 < 7+715=722 2ms 384.0 KiB

信息

递交者
类型
递交
题目
A3-4 素数专题:验证哥德巴赫猜想
语言
C++
递交时间
2021-01-28 16:02:49
评测时间
2021-01-28 16:02:49
评测机
分数
20
总耗时
12ms
峰值内存
408.0 KiB